Skip to content

Commit fff0ffd

Browse files
committed
build: Update codecov and use token
Update codecov to the latest version and start using the org-wide token for uploads. See openedx/wg-frontend#179
1 parent 5cd37d3 commit fff0ffd

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)