Skip to content

Commit

Permalink
Fix coverage upload. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR authored Feb 5, 2025
1 parent c127c58 commit 05d43c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
run: |
tox -e ${{ matrix.toxenv || 'py' }}
- name: coverage
if: ${{ success() }}
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 05d43c4

Please sign in to comment.