diff --git a/ci/coverage.sh b/ci/coverage.sh index af5e4e89d1..dfae3ca66b 100755 --- a/ci/coverage.sh +++ b/ci/coverage.sh @@ -19,8 +19,8 @@ cargo kcov --lib if [[ -z "$CODECOV_TOKEN" ]]; then echo CODECOV_TOKEN undefined - exit 1 +else + bash <(curl -s https://codecov.io/bash) fi -bash <(curl -s https://codecov.io/bash) exit 0