diff --git a/Makefile b/Makefile index dd3e3a5e..e694f6ce 100644 --- a/Makefile +++ b/Makefile @@ -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