Skip to content

Commit

Permalink
test gadge coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoNardi committed Sep 21, 2017
1 parent 9765f9c commit e4c847b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"mocha": "_mocha --",
"istanbul": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat coverage/lcov.info",
"istanbul": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat coverage/lcov.info | node node_modules/coveralls/bin/coveralls.js",
"coverage": "istanbul cover --print both node_modules/mocha/bin/_mocha --",
"test": "npm run istanbul",
"test": "set NODE_ENV=test && npm run istanbul",
"posttest": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100"
},
"repository": {
Expand Down

0 comments on commit e4c847b

Please sign in to comment.