Merge pull request #5878 from blueyed/codecov-retry-6
ci: codecov: use 6 retries with curl
This commit is contained in:
commit
6bfd30d169
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue