Skip to content

Commit 0e120ec

Browse files
committed
test(unit): fix coverage colection
1 parent fa031ea commit 0e120ec

5 files changed

Lines changed: 1335 additions & 1654 deletions

File tree

.c8rc.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/node-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- run: npm install --global corepack@latest
2929
- run: corepack npm audit signatures
3030
- run: npm test
31-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
31+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
32+
with:
33+
token: ${{ secrets.CODECOV_TOKEN }}
3234
verify-matrix:
3335
runs-on: ubuntu-latest
3436
strategy:

0 commit comments

Comments
 (0)