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 5e4f2f9 commit c1ac829Copy full SHA for c1ac829
.github/workflows/test.yml
@@ -162,10 +162,11 @@ jobs:
162
run: tox c
163
- name: Run tox
164
run: tox -v --exit-and-dump-after 1200
165
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
166
if: ${{ always() }}
167
with:
168
files: cov.xml
169
+ token: ${{ secrets.CODECOV_TOKEN }}
170
- name: Upload pytest test results
171
uses: actions/upload-artifact@v4
172
0 commit comments