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 59e9a52 commit 5fa8889Copy full SHA for 5fa8889
.github/workflows/test.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
pytest --cov=./ --cov-report=xml
49
- name: Upload code coverage to Codecov
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
with:
52
file: ./coverage.xml
53
flags: unittests
0 commit comments