Skip to content

Commit

Permalink
Run code coverage as part of tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 13, 2014
1 parent b894fe1 commit 8fa74b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"scripts": {
"test": "node test/index.js",
"test": "node test/index.js && npm run coverage-quiet",
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet"
},
Expand Down

0 comments on commit 8fa74b3

Please sign in to comment.