We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252ad6a commit 74776b3Copy full SHA for 74776b3
.github/workflows/ci.yml
@@ -25,4 +25,7 @@ jobs:
25
- name: i18n_extract
26
run: npm run i18n_extract
27
- name: Coverage
28
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
29
+ with:
30
+ token: ${{ secrets.CODECOV_TOKEN }}
31
+ fail_ci_if_error: true
.github/workflows/release.yml
@@ -29,7 +29,10 @@ jobs:
32
33
34
35
+ fail_ci_if_error: false
36
- name: Build
37
run: npm run build
38
- name: Release
0 commit comments