Skip to content

Commit 52368cc

Browse files
authored
[chore][codecov] Fix muting errors bug in make targets (#6098)
1 parent 4795114 commit 52368cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ integration-test-istio-discovery-k8s:
136136

137137
.PHONY: gotest-with-codecov
138138
gotest-with-codecov:
139-
@$(MAKE) for-all-target TARGET="test-with-codecov" || true
139+
@$(MAKE) for-all-target TARGET="test-with-codecov"
140140
$(GOCMD) tool covdata textfmt -i=./coverage -o ./coverage.txt
141141

142142
.PHONY: gotest-cover-without-race
143143
gotest-cover-without-race:
144-
@$(MAKE) for-all-target TARGET="test-cover-without-race" || true
144+
@$(MAKE) for-all-target TARGET="test-cover-without-race"
145145
$(GOCMD) tool covdata textfmt -i=./coverage -o ./coverage.txt
146146

147147
.PHONY: gendependabot

0 commit comments

Comments
 (0)