Skip to content

Commit 0eabc39

Browse files
authored
Updated Codecov GitHub action (#1222)
1 parent 6ec7ad4 commit 0eabc39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
- name: Run tox targets for ${{ matrix.python-version }}
3131
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
3232
- name: Upload coverage report
33-
uses: codecov/codecov-action@v2
33+
uses: codecov/codecov-action@v4
3434
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
3536
env_vars: PYTHON
3637
check:
3738
name: Run check

0 commit comments

Comments
 (0)