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 0b8361c commit c07fe33Copy full SHA for c07fe33
.github/workflows/ci.yml
@@ -33,9 +33,9 @@ jobs:
33
python -m pip install tox
34
- name: Run Tests
35
run: tox -e py
36
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
37
if: always()
38
with:
39
- token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_ORG_TOKEN }}
40
file: ./coverage.xml
41
flags: Python_${{ steps.python-install.outputs.python-version }}
0 commit comments