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 1b4ad77 + ea0c7e4 commit 018edf2Copy full SHA for 018edf2
scripts/report-coverage.sh
@@ -13,4 +13,5 @@ fi
13
python -m coverage combine
14
python -m coverage xml
15
python -m coverage report -m
16
-bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml
+curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh
17
+bash codecov-upload.sh -Z -X fix -f coverage.xml
0 commit comments