mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
take coveralls for a spin
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- node
|
- node
|
||||||
script:
|
script:
|
||||||
- yarn test && codecov
|
- yarn test | coveralls
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"babel-core": "7.0.0-bridge.0",
|
"babel-core": "7.0.0-bridge.0",
|
||||||
"babel-jest": "^23.0.1",
|
"babel-jest": "^23.0.1",
|
||||||
"codecov": "^3.0.4",
|
"codecov": "^3.0.4",
|
||||||
|
"coveralls": "^3.0.2",
|
||||||
"fuse.js": "^3.2.1",
|
"fuse.js": "^3.2.1",
|
||||||
"gh-pages": "^0.11.0",
|
"gh-pages": "^0.11.0",
|
||||||
"lint-staged": "^7.2.0",
|
"lint-staged": "^7.2.0",
|
||||||
@@ -85,6 +86,7 @@
|
|||||||
],
|
],
|
||||||
"coverageReporters": [
|
"coverageReporters": [
|
||||||
"html",
|
"html",
|
||||||
|
"text-lcov",
|
||||||
"text-summary"
|
"text-summary"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user