Skip to content

Commit

Permalink
Add npm script for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
builtinnya committed Mar 9, 2015
1 parent 7f7e492 commit 8891efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/builtinnya/fuzzlogia/issues",
"email": "builtinnya@gmail.com"
},
"keywords" : [
"keywords": [
"fuzzy",
"search",
"kanji",
Expand All @@ -32,6 +32,7 @@
"mocha": "./node_modules/.bin/mocha --reporter spec",
"analyze": "npm run jscs && npm run jshint",
"test": "npm run analyze && npm run mocha",
"coverage-report": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec",
"travis": "npm run analyze && npm run coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage"
},
Expand Down

0 comments on commit 8891efb

Please sign in to comment.