Skip to content

Commit 7e20b4d

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 b4e273a commit 7e20b4d

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
@@ -32,4 +32,7 @@ jobs:
3232
- name: i18n_extract
3333
run: npm run i18n_extract
3434
- name: Coverage
35-
uses: codecov/codecov-action@v3
35+
uses: codecov/codecov-action@v4
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}
38+
fail_ci_if_error: true

0 commit comments

Comments
 (0)