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 43bfd54 commit 2710f7eCopy full SHA for 2710f7e
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
node-version: ${{ matrix.node }}
43
- run: npm i
44
- run: npm run test-mocha
45
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
46
if: ${{ github.event_name == 'pull_request' }}
47
with:
48
flags: ${{ matrix.os }}-${{ matrix.node }}
0 commit comments