We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c890394 commit 84d01a0Copy full SHA for 84d01a0
.github/workflows/pytest-builds.yml
@@ -43,9 +43,5 @@ jobs:
43
pytest --cov rle
44
45
- name: Send coverage results
46
- if: ${{ success() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
47
- run: |
48
- bash <(curl --connect-timeout 10 --retry 10 --retry-max-time \
49
- 0 https://codecov.io/bash) || (sleep 30 && bash <(curl \
50
- --connect-timeout 10 --retry 10 --retry-max-time \
51
- 0 https://codecov.io/bash))
+ if: ${{ success() }}
+ uses: codecov/codecov-action@v3
0 commit comments