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.
2 parents 6eb1cee + 939dbd6 commit f5973ffCopy full SHA for f5973ff
1 file changed
.github/workflows/run-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
poetry run coverage run -m unittest discover -s tests
26
poetry run coverage xml
27
- name: Upload Coverage to Codecov
28
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
29
with:
30
files: ./coverage.xml
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments