diff --git a/scripts/report-coverage.sh b/scripts/report-coverage.sh index 362dab091..500d217f0 100755 --- a/scripts/report-coverage.sh +++ b/scripts/report-coverage.sh @@ -14,4 +14,4 @@ python -m coverage combine python -m coverage xml python -m coverage report -m curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh -bash codecov-upload.sh -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml +bash codecov-upload.sh -Z -X fix -f coverage.xml