run tests with coverage

This commit is contained in:
MapleLeaf
2021-12-16 21:25:08 -06:00
parent dbd5915f25
commit c239f00ee1

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version: [16, 17]
script-name: [lint, test, typecheck]
script-name: [test-coverage, lint, typecheck]
fail-fast: false
name: ${{ matrix.script-name }} (node ${{ matrix.node-version }})
runs-on: ubuntu-latest