Skip to content

Commit 6a58779

Browse files
authored
Merge pull request #485 from arbrandes/update-codecov
build: Update codecov and use token
2 parents f3ae225 + 74776b3 commit 6a58779

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)