Skip to content

Commit

Permalink
try with codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanWi committed Nov 25, 2024
1 parent 89f50ac commit a8a7a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
poetry run pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a8a7a49

Please sign in to comment.