A simple javascript project implementing Istanbul, gulp and karma.
Full documentation about this project can be found on this blog post: javascript coverage with gulp karma istanbul
Check out the project and npm install
. If you haven't already, install gulp globally:
npm install gulp -g
run:
gulp coverage
Your browser should open with the Istanbul coverage report.