Skip to content

Commit a926a7f

Browse files
committed
Fix CI coverage
1 parent 3e84a7c commit a926a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ mv ci/out/coverage2.prof ci/out/coverage.prof
3333

3434
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
3535
if [[ ${CI:-} ]]; then
36-
bash <(curl -s https://codecov.io/bash) -f ci/out/coverage.prof
36+
bash <(curl -s https://codecov.io/bash) -R . -f ci/out/coverage.prof
3737
fi

0 commit comments

Comments
 (0)