We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4e273a + 7e20b4d commit f4a9b51Copy full SHA for f4a9b51
.github/workflows/ci.yml
@@ -32,4 +32,7 @@ jobs:
32
- name: i18n_extract
33
run: npm run i18n_extract
34
- name: Coverage
35
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
36
+ with:
37
+ token: ${{ secrets.CODECOV_TOKEN }}
38
+ fail_ci_if_error: true
0 commit comments