We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e42c0bf + a660c2b commit 0315592Copy full SHA for 0315592
1 file changed
.github/workflows/python-package.yml
@@ -55,7 +55,7 @@ jobs:
55
pytest --cov-report=xml --cov=risuclient --cov=maguiclient
56
57
- name: Upload coverage to Codecov
58
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.0
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
file: ./coverage.xml
0 commit comments