Skip to content

Commit 74776b3

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 252ad6a commit 74776b3

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
@@ -25,4 +25,7 @@ jobs:
2525
- name: i18n_extract
2626
run: npm run i18n_extract
2727
- name: Coverage
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v4
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}
31+
fail_ci_if_error: true

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)