Skip to content

Commit 7731e45

Browse files
committed
ci: codecov: use 6 retries with curl
This should result in retries of 1+2+4+8+16+32 = 63s. Ref: #5869 (comment)
1 parent 8806b1f commit 7731e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/report-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ fi
1313
python -m coverage combine
1414
python -m coverage xml
1515
python -m coverage report -m
16-
curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh
16+
curl -S -L --retry 6 -s https://codecov.io/bash -o codecov-upload.sh
1717
bash codecov-upload.sh -Z -X fix -f coverage.xml

0 commit comments

Comments
 (0)