We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cca7c commit f1a71daCopy full SHA for f1a71da
1 file changed
.github/workflows/pythonpackage.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Test with pytest
43
run: pytest -v --cov=canopen --cov-report=xml --cov-branch
44
- name: Upload coverage reports to Codecov
45
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }}
48
0 commit comments