Skip to content

Commit

Permalink
Use codecov uploader action (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jan 6, 2024
1 parent c890394 commit 84d01a0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pytest-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@ jobs:
pytest --cov rle
- name: Send coverage results
if: ${{ success() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
run: |
bash <(curl --connect-timeout 10 --retry 10 --retry-max-time \
0 https://codecov.io/bash) || (sleep 30 && bash <(curl \
--connect-timeout 10 --retry 10 --retry-max-time \
0 https://codecov.io/bash))
if: ${{ success() }}
uses: codecov/codecov-action@v3

0 comments on commit 84d01a0

Please sign in to comment.