Skip to content

Commit 5444f91

Browse files
Restore previous behavior of coverage reporting
See golang/go@5045538 Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
1 parent 9fbdc42 commit 5444f91

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
@@ -19,7 +19,7 @@ require-version:
1919
if [ -z ${VERSION} ]; then echo "Need to set VERSION" && exit 1; fi;
2020

2121
test-coverage:
22-
go test --race -coverprofile=coverage.txt -covermode=atomic ./...
22+
go test --race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
2323

2424
format:
2525
goimports -w $(shell find . -type f -name '*.go' -not -path "./vendor/*")

0 commit comments

Comments
 (0)