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 8953d41 commit bec4efaCopy full SHA for bec4efa
1 file changed
.github/workflows/main.yaml
@@ -43,7 +43,7 @@ jobs:
43
python -m pytest --cov=./ --cov-report=xml --verbose
44
45
- name: Upload coverage to Codecov
46
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v5.4.3
47
with:
48
file: ./coverage.xml
49
fail_ci_if_error: false
0 commit comments