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 fce8a3b commit 768eb69Copy full SHA for 768eb69
.github/workflows/ci.yml
@@ -39,4 +39,7 @@ jobs:
39
run: npm run docs
40
41
- name: Run Coverage
42
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
43
+ with:
44
+ fail_ci_if_error: true
45
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/manual-publish.yml
@@ -27,7 +27,10 @@ jobs:
27
- name: Test
28
run: npm run test
29
- name: Coverage
30
31
32
+ fail_ci_if_error: false
33
34
- name: Build
35
run: npm run build
36
# NPM expects to be authenticated for publishing. This step will fail CI if NPM is not authenticated
0 commit comments