Skip to content

Commit e79f350

Browse files
committed
Fix ci to include coverage for subpackages
1 parent ff3ef61 commit e79f350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ accurate numbers"
1010
echo
1111
set -x
1212

13-
go test -race -coverprofile=ci/out/coverage.prof --vet=off -bench=. ./...
13+
go test -race -coverprofile=ci/out/coverage.prof --vet=off -bench=. -coverpkg=./... ./...
1414
go tool cover -func=ci/out/coverage.prof
1515

1616
if [[ $CI ]]; then

0 commit comments

Comments
 (0)