Skip to content

Commit 6bfd30d

Browse files
authored
Merge pull request #5878 from blueyed/codecov-retry-6
ci: codecov: use 6 retries with curl
2 parents 8806b1f + 7731e45 commit 6bfd30d

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)