Skip to content

Commit eb4386a

Browse files
author
Feanil Patel
authored
Merge pull request #210 from arbrandes/update-codecov
build: Update codecov and use token
2 parents 043f1e5 + de15aa5 commit eb4386a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

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