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 07d9740 commit d41d0d0Copy full SHA for d41d0d0
1 file changed
.github/workflows/codecov.yml
@@ -35,7 +35,7 @@ jobs:
35
poetry run pytest --cov-report xml
36
37
- name: Upload coverage report
38
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
39
with:
40
env_vars: OS,PYTHON_VERSION
41
files: ./coverage.xml
0 commit comments