We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4347d80 commit 7c5d162Copy full SHA for 7c5d162
.github/workflows/test.yml
@@ -86,6 +86,7 @@ jobs:
86
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
87
88
- name: Upload coverage to Codecov
89
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
90
with:
91
+ token: ${{ secrets.CODECOV_TOKEN }}
92
file: ./coverage.xml
0 commit comments