Skip to content

Commit fbe03b9

Browse files
author
Feanil Patel
authored
Merge pull request #185 from arbrandes/update-codecov
build: Update codecov and use token
2 parents 5cd37d3 + fff0ffd commit fbe03b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444

4545
- name: Run Coverage
4646
if: matrix.python-version == '3.8' && matrix.toxenv=='django42-celery53-drflatest'
47-
uses: codecov/codecov-action@v3
47+
uses: codecov/codecov-action@v4
4848
with:
49+
token: ${{ secrets.CODECOV_TOKEN }}
4950
flags: unittests
5051
fail_ci_if_error: true

0 commit comments

Comments
 (0)