run coverage in ci
This commit is contained in:
2
.github/workflows/the.yml
vendored
2
.github/workflows/the.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
ci:
|
ci:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
script-name: [test, lint, typecheck]
|
script-name: [coverage, lint, typecheck]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.script-name }}
|
name: ${{ matrix.script-name }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user