Skip to content

Commit

Permalink
ci: update codecov/codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Oct 21, 2024
1 parent 72c99a3 commit 5134118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
pytest --xdoc --cov=primap2 --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5134118

Please sign in to comment.