We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4f78b commit 5abdac2Copy full SHA for 5abdac2
.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