Skip to content

Commit 4fdfcd4

Browse files
arbrandesfeanil
authored andcommitted
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 7f09ecb commit 4fdfcd4

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)