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 abaefce commit e923b75Copy full SHA for e923b75
.github/workflows/main.yaml
@@ -85,7 +85,7 @@ jobs:
85
python -m pytest
86
87
- name: Upload code coverage to Codecov
88
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.1
89
with:
90
file: ./coverage.xml
91
flags: unittests
0 commit comments