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 d9ab9a9 commit f00f772Copy full SHA for f00f772
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: make test NPM_TESTS=${{ matrix.npm-test }}
24
- name: Coverage
25
if: ${{ matrix.npm-test == 'test' }}
26
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
fail_ci_if_error: true
0 commit comments