We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bfa5a commit 7c3cb4bCopy full SHA for 7c3cb4b
.github/workflows/ci.yaml
@@ -71,7 +71,7 @@ jobs:
71
pytest tests --cov-report xml
72
python -m coverage xml
73
- name: Upload coverage
74
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
75
with:
76
file: ./coverage.xml
77
flags: unit
0 commit comments