mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
add coveralls coverage
This commit is contained in:
parent
94a1e83185
commit
d9c225f04f
@ -14,3 +14,6 @@ install:
|
||||
script:
|
||||
- |
|
||||
npm run lint && npm run test
|
||||
after_success:
|
||||
- |
|
||||
cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/coveralls
|
||||
|
@ -66,6 +66,7 @@
|
||||
"chalk": "^1.1.3",
|
||||
"cheerio": "^0.22.0",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
"coveralls": "^2.13.0",
|
||||
"cp-cli": "^1.0.2",
|
||||
"cross-env": "^3.1.3",
|
||||
"css-loader": "^0.24.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user