Skip to content

Commit

Permalink
fix ci not showing errors (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgimeno authored Oct 3, 2023
1 parent 839c8c2 commit ed1a2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test-coverage:
go test ./... $(PACKAGES_NOSIMULATION) -short \
-coverprofile=coverage.txt \
-covermode=atomic \
-race | grep -v "no test" | grep -v "no statement"
-race

# NOTE: Using the verbose flag breaks the coverage reporting in CI.
# Used for CI by Codecov
Expand All @@ -18,7 +18,7 @@ test-coverage-integration:
go test ./... \
-coverprofile=coverage.txt \
-covermode=atomic \
-race | grep -v "no test" | grep -v "no statement"
-race

# Require Python3
.PHONY: test-create-test-cases
Expand Down

0 comments on commit ed1a2e4

Please sign in to comment.