Skip to content

Commit eb5db7c

Browse files
authored
Merge pull request #197 from arbrandes/update-codecov
build: Update codecov and use token
2 parents 91491d7 + f122581 commit eb5db7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737

3838
- name: Run Coverage
3939
if: matrix.python-version == '3.8' && matrix.toxenv=='django32'
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
4141
with:
42+
token: ${{ secrets.CODECOV_TOKEN }}
4243
flags: unittests
4344
fail_ci_if_error: true

0 commit comments

Comments
 (0)