We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5e122 commit 5704fd4Copy full SHA for 5704fd4
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
coverage run --source=tests,cpp_linter_hooks -m pytest -vv
29
coverage report
30
coverage xml
31
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
34
files: ./coverage.xml
0 commit comments