We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3ef61 commit e79f350Copy full SHA for e79f350
ci/test/entrypoint.sh
@@ -10,7 +10,7 @@ accurate numbers"
10
echo
11
set -x
12
13
-go test -race -coverprofile=ci/out/coverage.prof --vet=off -bench=. ./...
+go test -race -coverprofile=ci/out/coverage.prof --vet=off -bench=. -coverpkg=./... ./...
14
go tool cover -func=ci/out/coverage.prof
15
16
if [[ $CI ]]; then
0 commit comments