Skip to content

Commit f4a9b51

Browse files
authored
Merge pull request #215 from arbrandes/update-codecov
build: Update codecov and use token
2 parents b4e273a + 7e20b4d commit f4a9b51

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)