Skip to content

Commit

Permalink
Merge pull request #436 from elezar/remove-verbose-from-tests
Browse files Browse the repository at this point in the history
Remove verbose from tests
  • Loading branch information
elezar authored Apr 2, 2024
2 parents 7eb0319 + e982b97 commit c374520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ licenses:

COVERAGE_FILE := coverage.out
test: build cmds
go test -v -coverprofile=$(COVERAGE_FILE) $(MODULE)/...
go test -coverprofile=$(COVERAGE_FILE) $(MODULE)/...

coverage: test
cat $(COVERAGE_FILE) | grep -v "_mock.go" > $(COVERAGE_FILE).no-mocks
Expand Down

0 comments on commit c374520

Please sign in to comment.