run tests with coverage
This commit is contained in:
2
.github/workflows/the.yml
vendored
2
.github/workflows/the.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user