ci: codecov: use 6 retries with curl

This should result in retries of 1+2+4+8+16+32 = 63s.

Ref: https://github.com/pytest-dev/pytest/pull/5869#issuecomment-534235437
This commit is contained in:
Daniel Hahler 2019-09-23 20:57:43 +02:00
parent 8806b1f531
commit 7731e45615
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ fi
python -m coverage combine
python -m coverage xml
python -m coverage report -m
curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh
curl -S -L --retry 6 -s https://codecov.io/bash -o codecov-upload.sh
bash codecov-upload.sh -Z -X fix -f coverage.xml