add coveralls coverage

This commit is contained in:
cookfront 2017-04-25 16:56:45 +08:00
parent 94a1e83185
commit d9c225f04f
3 changed files with 75 additions and 527 deletions

View File

@ -14,3 +14,6 @@ install:
script: script:
- | - |
npm run lint && npm run test npm run lint && npm run test
after_success:
- |
cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/coveralls

View File

@ -66,6 +66,7 @@
"chalk": "^1.1.3", "chalk": "^1.1.3",
"cheerio": "^0.22.0", "cheerio": "^0.22.0",
"copy-webpack-plugin": "^4.0.1", "copy-webpack-plugin": "^4.0.1",
"coveralls": "^2.13.0",
"cp-cli": "^1.0.2", "cp-cli": "^1.0.2",
"cross-env": "^3.1.3", "cross-env": "^3.1.3",
"css-loader": "^0.24.0", "css-loader": "^0.24.0",

598
yarn.lock

File diff suppressed because it is too large Load Diff