We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c645675 commit 2952964Copy full SHA for 2952964
.github/workflows/codecov.yml
@@ -35,7 +35,7 @@ jobs:
35
uv run pytest --cov=. --cov-report=xml:./coverage/coverage-extra.xml tests/
36
37
- name: Upload coverage to Codecov (core)
38
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
directory: coverage
@@ -47,7 +47,7 @@ jobs:
47
verbose: true
48
49
- name: Upload coverage to Codecov (extra)
50
51
52
53
0 commit comments