Skip to content

Commit ff1c00b

Browse files
authored
Merge branch 'main' into create_sparse_fields
2 parents c99343d + 0eabc39 commit ff1c00b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
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)