Skip to content

Commit caf5546

Browse files
committed
Coveralls script
1 parent ba78402 commit caf5546

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "jest --coverage"
7+
"test": "jest --coverage",
8+
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
89
},
910
"author": "Daniel Cook",
1011
"license": "MIT",
@@ -16,6 +17,7 @@
1617
"babel-plugin-transform-object-rest-spread": "^6.26.0",
1718
"babel-plugin-transform-runtime": "^6.23.0",
1819
"babel-preset-env": "^1.6.1",
20+
"coveralls": "^3.0.0",
1921
"jest": "^22.4.2",
2022
"jest-in-case": "^1.0.2",
2123
"jest-serializer-vue": "^1.0.0",

0 commit comments

Comments
 (0)