mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Generate coverage report for pipelines
This commit is contained in:
+3
-1
@@ -25,7 +25,9 @@ jobs:
|
||||
displayName: Cache node modules
|
||||
- script: yarn --frozen-lockfile
|
||||
displayName: 'Install dependencies and build'
|
||||
- script: yarn test-unit-coverage --forbid-only
|
||||
- script: |
|
||||
yarn test-unit-coverage --forbid-only
|
||||
./node_modules/.bin/nyc report --reporter=cobertura
|
||||
displayName: 'Unit tests'
|
||||
- script: yarn lint
|
||||
displayName: 'Lint'
|
||||
|
||||
Reference in New Issue
Block a user