Skip to content

Commit c58408d

Browse files
Drop istanbul, add c8
1 parent 65cb29d commit c58408d

5 files changed

Lines changed: 2030 additions & 2333 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
- run: npm ci
2020
- run: npm run build
21-
- run: npm run test
21+
- run: npm run test:coverage
2222
types:
2323
runs-on: ubuntu-latest
2424
strategy:

0 commit comments

Comments
 (0)