diff --git a/ci/test/entrypoint.sh b/ci/test/entrypoint.sh index c9a0e80a0a572c38b5959ccd321d6b6202d6c406..81f504a019172db6652de97cff7383751db5c0a4 100755 --- a/ci/test/entrypoint.sh +++ b/ci/test/entrypoint.sh @@ -10,7 +10,7 @@ accurate numbers" echo set -x -go test -race -coverprofile=ci/out/coverage.prof --vet=off -bench=. ./... +go test -race -coverprofile=ci/out/coverage.prof --vet=off -bench=. -coverpkg=./... ./... go tool cover -func=ci/out/coverage.prof if [[ $CI ]]; then