good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit e79f3501 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Fix ci to include coverage for subpackages

parent ff3ef619
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment