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