Skip to content

Commit

Permalink
CI: Update Codecov Action
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Jun 5, 2024
1 parent 251c8f7 commit b71233b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ jobs:
run: |
pytest --cov -- test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b71233b

Please sign in to comment.