Remove test coverage

Doesn't add much or tell the full story now with the integration tests
This commit is contained in:
Daniel Imms
2019-05-26 13:05:10 -07:00
parent a804685f85
commit 8ad89f153f
6 changed files with 17 additions and 698 deletions
-4
View File
@@ -17,10 +17,6 @@ build/
fixtures/typings-test/*.js
package-lock.json
# Directories needed for code coverage
coverage/
.nyc_output/
# Keep bundled code out of Git
dist/
demo/dist/
-1
View File
@@ -45,5 +45,4 @@ docs/
bin/
build/
fixtures/
coverage/
demo/
-1
View File
@@ -1,7 +1,6 @@
# [![xterm.js logo](logo-full.png)](https://xtermjs.org)
[![Build Status](https://dev.azure.com/xtermjs/xterm.js/_apis/build/status/xtermjs.xterm.js)](https://dev.azure.com/xtermjs/xterm.js/_build/latest?definitionId=3)
[![Coverage Status](https://coveralls.io/repos/github/xtermjs/xterm.js/badge.svg?branch=master)](https://coveralls.io/github/xtermjs/xterm.js?branch=master)
Xterm.js is a front-end component written in TypeScript that lets applications bring fully-featured terminals to their users in the browser. It's used by popular projects such as VS Code, Hyper and Theia.
+1 -6
View File
@@ -43,11 +43,6 @@ jobs:
- script: |
yarn lint
displayName: 'Lint'
- script: |
yarn test-coverage
export COVERALLS_GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
yarn coveralls
displayName: 'Generate and publish coverage'
- job: Windows
pool:
@@ -66,7 +61,7 @@ jobs:
- script: |
yarn lint
displayName: 'Lint'
- job: IntegrationTests
pool:
vmImage: 'ubuntu-16.04'
-2
View File
@@ -23,7 +23,6 @@
"jsdom": "^11.11.0",
"node-pty": "0.7.6",
"nodemon": "1.10.2",
"nyc": "^11.8.0",
"puppeteer": "^1.15.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^4.5.0",
@@ -47,7 +46,6 @@
"lint": "tslint 'src/**/*.ts' './demo/**/*.ts'",
"test": "node ./bin/test.js",
"posttest": "npm run lint",
"test-coverage": "nyc -x '**/*test*' npm run mocha",
"test-api": "mocha \"**/*.api.js\"",
"prebuild": "tsc -b ./src/tsconfig.all.json",
"build": "tsc -b ./src/tsconfig.all.json",
+16 -684
View File
File diff suppressed because it is too large Load Diff