Skip to content

Commit 10f906b

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 3a14119 commit 10f906b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ jobs:
3434
- name: i18n_extract
3535
run: npm run i18n_extract
3636
- name: Coverage
37-
uses: codecov/codecov-action@v3
37+
uses: codecov/codecov-action@v4
38+
with:
39+
token: ${{ secrets.CODECOV_TOKEN }}
40+
fail_ci_if_error: true

0 commit comments

Comments
 (0)