File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 47
47
"jshint" : " ^2.5.2" ,
48
48
"mocha" : " ^1.21.3" ,
49
49
"sandboxed-module" : " ^1.0.1" ,
50
- "tmp" : " 0.0.24"
50
+ "tmp" : " 0.0.24" ,
51
+ "coveralls" : " ^2.11.1"
51
52
},
52
53
"scripts" : {
53
54
"lint" : " jshint lib/ regression/ test/" ,
54
55
"test" : " mocha --recursive --reporter spec" ,
55
56
"regression-test" : " mocha regression/ --reporter spec --timeout 15000" ,
56
- "cover" : " istanbul cover -x 'regression/*' _mocha -- --timeout 10000 test/* regression/*"
57
+ "cover" : " istanbul cover -x 'regression/*' _mocha -- --timeout 10000 test/* regression/*" ,
58
+ "coveralls" : " istanbul cover -x 'regression/*' _mocha --report lcovonly -- --timeout 10000 test/* regression/* -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
57
59
},
58
60
"license" : " Apache 2"
59
61
}
You can’t perform that action at this time.
0 commit comments