We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents becdd22 + 7ae165a commit f830849Copy full SHA for f830849
.github/workflows/Tests.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: hatch env run -e test.py3.12 coverage xml
32
33
- name: Upload coverage
34
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
35
with:
36
flags: ${{ runner.os }}
37
verbose: true
0 commit comments