We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a362d commit b5f9b8eCopy full SHA for b5f9b8e
scripts/report-coverage.sh
@@ -16,3 +16,4 @@ 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 -s https://codecov.io/bash -o codecov-upload.sh
18
bash codecov-upload.sh -Z -X fix -f coverage.xml "$@"
19
+false
0 commit comments