File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55 "main" : " lib/index.js" ,
66 "scripts" : {
77 "inspect" : " jsinspect ." ,
8- "test" : " npm run lint && istanbul cover _mocha --reporter=spec ./test/**/*.test.js && npm run inspect" ,
8+ "test" : " npm run lint && istanbul cover _mocha --report lcovonly -- reporter=spec ./test/**/*.test.js && npm run inspect && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage " ,
99 "tester" : " mocha --reporter=spec ./test/**/*.test.js" ,
1010 "coverage" : " istanbul cover _mocha ./test/**/*.test.js" ,
1111 "lint" : " eslint ." ,
4141 "devDependencies" : {
4242 "babel-eslint" : " ^6.1.0" ,
4343 "chai" : " ^3.3.0" ,
44+ "coveralls" : " ^2.11.9" ,
4445 "eslint" : " ^2.13.1" ,
4546 "istanbul" : " ^0.4.2" ,
4647 "jsinspect" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments