2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

take coveralls for a spin

This commit is contained in:
Jeff
2018-08-12 22:21:55 -07:00
parent 70770a06d7
commit dee9382f42
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ language: node_js
node_js:
- node
script:
- yarn test && codecov
- yarn test | coveralls
+2
View File
@@ -22,6 +22,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"codecov": "^3.0.4",
"coveralls": "^3.0.2",
"fuse.js": "^3.2.1",
"gh-pages": "^0.11.0",
"lint-staged": "^7.2.0",
@@ -85,6 +86,7 @@
],
"coverageReporters": [
"html",
"text-lcov",
"text-summary"
]
},