We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de0d1c commit 07ad125Copy full SHA for 07ad125
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
50
coverage report
51
- name: upload coverage to Codecov
52
- uses: codecov/codecov-action@master
+ uses: codecov/codecov-action@v3
53
with:
54
file: ./coverage.xml
55
sphinx:
0 commit comments