Skip to content

Commit

Permalink
update CI - fix code coverage delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan authored Jan 24, 2024
1 parent 4347d80 commit 7c5d162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit 7c5d162

Please sign in to comment.