good morning!!!!

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

Fix CI coverage

parent 3e84a7c6
No related branches found
No related tags found
No related merge requests found
...@@ -33,5 +33,5 @@ mv ci/out/coverage2.prof ci/out/coverage.prof ...@@ -33,5 +33,5 @@ mv ci/out/coverage2.prof ci/out/coverage.prof
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
if [[ ${CI:-} ]]; then if [[ ${CI:-} ]]; then
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
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment