We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cd37d3 + fff0ffd commit fbe03b9Copy full SHA for fbe03b9
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,8 @@ jobs:
44
45
- name: Run Coverage
46
if: matrix.python-version == '3.8' && matrix.toxenv=='django42-celery53-drflatest'
47
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
48
with:
49
+ token: ${{ secrets.CODECOV_TOKEN }}
50
flags: unittests
51
fail_ci_if_error: true
0 commit comments