add c8 coverage

This commit is contained in:
Leifer Mendez
2022-11-02 20:24:26 +01:00
parent 5fa6660afd
commit 97ff1402f8
3 changed files with 6 additions and 2 deletions

View File

@@ -22,4 +22,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm run test:io
- run: npm run test.unit
- run: npm run test.coverage