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 b92127f commit 0541dc1Copy full SHA for 0541dc1
.github/workflows/ci.yml
@@ -33,4 +33,7 @@ jobs:
33
- name: i18n_extract
34
run: npm run i18n_extract
35
- name: Coverage
36
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
37
+ with:
38
+ token: ${{ secrets.CODECOV_TOKEN }}
39
+ fail_ci_if_error: true
.github/workflows/release.yml
@@ -30,7 +30,10 @@ jobs:
30
31
32
+ fail_ci_if_error: false
- name: Build
run: npm run build
- name: Release
0 commit comments