Skip to content

Commit d1fdba7

Browse files
committed
Merge branch 'ci'
2 parents 3e84a7c + a926a7f commit d1fdba7

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)