Skip to content

Commit 84d01a0

Browse files
authored
Use codecov uploader action (#27)
1 parent c890394 commit 84d01a0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pytest-builds.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,5 @@ jobs:
4343
pytest --cov rle
4444
4545
- 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))
46+
if: ${{ success() }}
47+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)