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 3322c1e + 7678f89 commit 1555973Copy full SHA for 1555973
scripts/report-coverage.sh
@@ -13,5 +13,6 @@ fi
13
python -m coverage combine
14
python -m coverage xml
15
python -m coverage report -m
16
-curl -S -L --retry 6 -s https://codecov.io/bash -o codecov-upload.sh
+# Set --connect-timeout to work around https://github.com/curl/curl/issues/4461
17
+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