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.
1 parent de8fdab commit ea0c7e4Copy full SHA for ea0c7e4
scripts/report-coverage.sh
@@ -14,4 +14,4 @@ python -m coverage combine
14
python -m coverage xml
15
python -m coverage report -m
16
curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh
17
-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
0 commit comments