Skip to content

Commit

Permalink
retry codecov more
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 8, 2021
1 parent 53e121d commit 034fb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ INSTALLDIR=$(python -c "import os, trustme; print(os.path.dirname(trustme.__file
pytest -W error -ra -s ../tests --cov="$INSTALLDIR" --cov=../tests --cov-config="../.coveragerc"

python -m pip install codecov
codecov --tries=100 --required -F $(uname | tr A-Z a-z)
codecov --tries=9999 --required -F $(uname | tr A-Z a-z)

0 comments on commit 034fb3a

Please sign in to comment.