Skip to content

Instantly share code, notes, and snippets.

@petitchevalroux
Last active April 5, 2016 13:14
Show Gist options
  • Save petitchevalroux/3bbaecd851a595e04878978483673d3e to your computer and use it in GitHub Desktop.
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
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