Skip to content

Commit

Permalink
Merge pull request #942 from KulaginVladimir/codecov
Browse files Browse the repository at this point in the history
Upgrade codecov action to v5
  • Loading branch information
RemDelaporteMathurin authored Feb 6, 2025
2 parents 678eb1a + 78071b4 commit 03ed7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
pytest test/ --cov festim --cov-report xml --cov-report term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 03ed7d5

Please sign in to comment.