File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ language: node_js
2
2
node_js :
3
3
- 4.2
4
4
- 0.12
5
- after_script : " npm run test-cov"
5
+ after_script : " npm run test-cov && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js "
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " mocha" ,
8
8
"compile" : " babel --presets es2015 -d lib/ src/" ,
9
- "test-cov" : " istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- - R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage " ,
9
+ "test-cov" : " ./node_modules/ istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- - R spec ./test/* " ,
10
10
"prepublish" : " npm run compile" ,
11
11
"pretest" : " npm run compile"
12
12
},
You can’t perform that action at this time.
0 commit comments