Skip to content

Commit

Permalink
Fix codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed May 26, 2024
1 parent b52d969 commit 5e9dc01
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
run: |
pdm run py.test --cov=ethereum_rpc --cov-report=xml tests
- name: Upload coverage
if: matrix.python-version == '3.10'
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
if: matrix.python-version == '3.10'
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

doctest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e9dc01

Please sign in to comment.