Skip to content

Commit b84525b

Browse files
committed
DO NOT MERGE: test coverage
1 parent 5e7dc18 commit b84525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test-main:
8181
coverage:
8282
go clean -testcache
8383
go get golang.org/x/tools/cmd/cover
84-
go test -tags "$(TAGS)" ./... -v -p 1 -covermode=atomic -coverprofile=$(COVERAGE_FILE) -coverpkg=./...
84+
go test -tags "$(TAGS)" ./... -v -p 1 -covermode=atomic -coverprofile=$(COVERAGE_FILE)
8585
go tool cover -func=$(COVERAGE_FILE)
8686

8787
.PHONY: coveralls

0 commit comments

Comments
 (0)