Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christophscheuch committed Dec 23, 2024
1 parent 24dda76 commit 72fa164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: uv run pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5
with:
files: .coverage
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 72fa164

Please sign in to comment.