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 eb5e651 + 864338d commit ae78899Copy full SHA for ae78899
scripts/report-coverage.sh
@@ -14,5 +14,5 @@ python -m coverage combine
14
python -m coverage xml
15
python -m coverage report -m
16
# Set --connect-timeout to work around https://github.com/curl/curl/issues/4461
17
-curl -S -L --connect-timeout 5 --retry 6 --retry-connrefused -s https://codecov.io/bash -o codecov-upload.sh
+curl -S -L --connect-timeout 5 --retry 6 -s https://codecov.io/bash -o codecov-upload.sh
18
bash codecov-upload.sh -Z -X fix -f coverage.xml "$@"
0 commit comments