We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4795114 commit 52368ccCopy full SHA for 52368cc
Makefile
@@ -136,12 +136,12 @@ integration-test-istio-discovery-k8s:
136
137
.PHONY: gotest-with-codecov
138
gotest-with-codecov:
139
- @$(MAKE) for-all-target TARGET="test-with-codecov" || true
+ @$(MAKE) for-all-target TARGET="test-with-codecov"
140
$(GOCMD) tool covdata textfmt -i=./coverage -o ./coverage.txt
141
142
.PHONY: gotest-cover-without-race
143
gotest-cover-without-race:
144
- @$(MAKE) for-all-target TARGET="test-cover-without-race" || true
+ @$(MAKE) for-all-target TARGET="test-cover-without-race"
145
146
147
.PHONY: gendependabot
0 commit comments