We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dc029 commit 344cc02Copy full SHA for 344cc02
Makefile
@@ -108,7 +108,7 @@ test-main:
108
coverage:
109
go clean -testcache
110
go get golang.org/x/tools/cmd/cover
111
- go test -tags "$(TAGS)" ./... -v -p 1 -covermode=atomic -coverprofile=$(COVERAGE_FILE)
+ go test -tags "$(TAGS)" $(go list ./... | grep -v test_helpers) -v -p 1 -covermode=atomic -coverprofile=$(COVERAGE_FILE)
112
go tool cover -func=$(COVERAGE_FILE)
113
114
.PHONY: coveralls
0 commit comments