diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 187ddd3b9..f9ac6db1f 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -42,7 +42,7 @@ echo "mode: set" | cat - ${COV_SORTED} > ${COVERAGE_FILE} if [ "$FAIL" -eq 0 ]; then echo "Uploading coverage datea to codecov." - bash <(curl -s https://codecov.io/bash) -f ${COVERAGE_FILE} -v || echo "Codecov did not collect coverage reports." + #bash <(curl -s https://codecov.io/bash) -f ${COVERAGE_FILE} -v || echo "Codecov did not collect coverage reports." fi exit $FAIL