Skip to content

Commit

Permalink
Fix coverage upload. (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR authored Feb 5, 2025
1 parent d84ec72 commit 8b16f37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
env: ${{ matrix.env }}
run: tox
- name: Upload coverage.xml to codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8b16f37

Please sign in to comment.