We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e84a7c + a926a7f commit d1fdba7Copy full SHA for d1fdba7
mod/ci/test.sh
@@ -33,5 +33,5 @@ mv ci/out/coverage2.prof ci/out/coverage.prof
33
34
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
35
if [[ ${CI:-} ]]; then
36
- bash <(curl -s https://codecov.io/bash) -f ci/out/coverage.prof
+ bash <(curl -s https://codecov.io/bash) -R . -f ci/out/coverage.prof
37
fi
0 commit comments