We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b88bc commit eeae6d4Copy full SHA for eeae6d4
.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
0 commit comments