Skip to content

Commit

Permalink
fix: back to codecoverage version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMagnini committed Mar 15, 2024
1 parent 622cc37 commit 9240aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
Expand All @@ -66,4 +66,4 @@ jobs:
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
verbose: false
verbose: false

0 comments on commit 9240aaf

Please sign in to comment.