Skip to content

Commit 0541dc1

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 b92127f commit 0541dc1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
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

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
- name: i18n_extract
3131
run: npm run i18n_extract
3232
- name: Coverage
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v4
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
fail_ci_if_error: false
3437
- name: Build
3538
run: npm run build
3639
- name: Release

0 commit comments

Comments
 (0)