Skip to content

Commit f122581

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 91491d7 commit f122581

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)