Skip to content

Commit

Permalink
Add coveralls code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Apr 15, 2018
1 parent 41e33ca commit c3b6c03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
Expand All @@ -19,8 +20,8 @@
"url": "https://github.com/theqrl/node-helpers/issues"
},
"publishConfig": {
"access": "public"
},
"access": "public"
},
"homepage": "https://github.com/theqrl/node-helpers#readme",
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit c3b6c03

Please sign in to comment.