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 eb15a2f commit 6dd4173Copy full SHA for 6dd4173
.github/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
python -m pytest
53
54
- name: Upload code coverage to Codecov
55
- uses: codecov/codecov-action@v5.4.2
+ uses: codecov/codecov-action@v5.4.3
56
with:
57
file: ./coverage.xml
58
flags: unittests
0 commit comments