Skip to content

Commit

Permalink
Merge pull request festim-dev#757 from RemDelaporteMathurin/fix-codec…
Browse files Browse the repository at this point in the history
…ov-main

Fix codecov upload
  • Loading branch information
RemDelaporteMathurin authored Apr 18, 2024
2 parents eb604cd + 04adb23 commit 3b8b38f
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 @@ -34,6 +34,6 @@ jobs:
pytest test/ --cov festim --cov-report xml --cov-report term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3b8b38f

Please sign in to comment.