We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1620182 commit 2f506faCopy full SHA for 2f506fa
1 file changed
.github/workflows/ci-job.yml
@@ -32,7 +32,7 @@ jobs:
32
pytest --cov --junitxml=3.12junit.xml
33
34
- name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
files: ./coverage.xml
0 commit comments