Last active
April 5, 2016 13:14
-
-
Save petitchevalroux/3bbaecd851a595e04878978483673d3e to your computer and use it in GitHub Desktop.
Node JS: Generate coverage report with istambul and mocha and open it in browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TESTS_PATH="tests"; ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha $TESTS_PATH;open coverage/lcov-report/index.html; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment