Skip to content

Commit eeae6d4

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 71b88bc commit eeae6d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
- name: i18n_extract
3434
run: npm run i18n_extract
3535
- name: Coverage
36-
uses: codecov/codecov-action@v3
36+
uses: codecov/codecov-action@v4
37+
with:
38+
token: ${{ secrets.CODECOV_TOKEN }}
39+
fail_ci_if_error: true

0 commit comments

Comments
 (0)