Skip to content

Commit

Permalink
coverage: added code coverage reporting
Browse files Browse the repository at this point in the history
Impact: low
  • Loading branch information
indieisaconcept committed Jul 26, 2014
1 parent 48e6db5 commit 49d93b0
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 @@ -4,7 +4,8 @@
"description": "Pattern based fixture generator for urls",
"main": "index.js",
"scripts": {
"test": "gulp"
"coveralls": "gulp test && cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "gulp test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 49d93b0

Please sign in to comment.