Skip to content

Commit

Permalink
chore(coverage): new istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Feb 4, 2015
1 parent 32d32aa commit 0ed6aef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"coveralls": "^2.11.2",
"gulp": "^3.8.10",
"gulp.spritesmith": "^2.5.0",
"mocha": "*"
"mocha": "*",
"mocha-lcov-reporter": "0.0.1"
},
"peerDependencies": {
"yo": ">=1.2.0"
Expand All @@ -53,6 +54,6 @@
},
"scripts": {
"test": "mocha test/*.js",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && ls -la ./coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R mocha-lcov-reporter && ls -la ./coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}
}

0 comments on commit 0ed6aef

Please sign in to comment.