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 76a2eb0 commit 9cc217aCopy full SHA for 9cc217a
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm run docs
37
38
- name: Run Coverage
39
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
40
with:
41
fail_ci_if_error: true
42
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/manual-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Test
28
run: npm run test
29
- name: Coverage
30
31
32
fail_ci_if_error: false
33
0 commit comments