We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8533a commit b24ca9cCopy full SHA for b24ca9c
.github/workflows/main.yaml
@@ -70,7 +70,7 @@ jobs:
70
if: |
71
github.event_name == 'push' ||
72
github.event_name == 'pull_request'
73
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v5.4.0
74
with:
75
file: ./coverage.xml
76
env_vars: OS,PYTHON
0 commit comments