We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a939124 commit a1d365aCopy full SHA for a1d365a
.github/workflows/ci.yaml
@@ -55,7 +55,7 @@ jobs:
55
python -m pytest --cov=./ --cov-report=xml --verbose
56
57
- name: Upload code coverage to Codecov
58
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
59
with:
60
file: ./coverage.xml
61
flags: unittests
0 commit comments