Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl authored Oct 2, 2022
1 parent 5de0d1c commit 07ad125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
coverage report
- name: upload coverage to Codecov
uses: codecov/codecov-action@master
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
sphinx:
Expand Down

0 comments on commit 07ad125

Please sign in to comment.