Skip to content

Commit

Permalink
github ci - use codecov github action @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Feb 10, 2023
1 parent 423246b commit eb11f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install '.[tests]'
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
Expand Down

0 comments on commit eb11f53

Please sign in to comment.