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 8a4f940 commit 13541e3Copy full SHA for 13541e3
2 files changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm run docs
37
38
- name: Run Coverage
39
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
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