File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - node
4+ after_success : ' npm run test:coveralls'
Original file line number Diff line number Diff line change 1212 "prepublish" : " npm run build" ,
1313 "test" : " mocha \" src/**/*spec.js\" --recursive --compilers js:babel-register" ,
1414 "test:coverage" : " babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- \" src/**/*spec.js\" --recursive --compilers js:babel-register" ,
15+ "test:coveralls" : " npm run test:coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
1516 "test:watch" : " npm test -- -w"
1617 },
1718 "author" : " Matt Phillips" ,
2526 "babel-preset-es2015" : " ^6.18.0" ,
2627 "babel-preset-stage-0" : " ^6.16.0" ,
2728 "chai" : " ^3.5.0" ,
29+ "coveralls" : " ^2.11.15" ,
2830 "mocha" : " ^3.1.2" ,
2931 "mocha-each" : " ^1.0.3"
3032 },
You can’t perform that action at this time.
0 commit comments