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 6ec7ad4 commit 0eabc39Copy full SHA for 0eabc39
β.github/workflows/tests.yml
@@ -30,8 +30,9 @@ jobs:
30
- name: Run tox targets for ${{ matrix.python-version }}
31
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
32
- name: Upload coverage report
33
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v4
34
with:
35
+ token: ${{ secrets.CODECOV_TOKEN }}
36
env_vars: PYTHON
37
check:
38
name: Run check
0 commit comments