Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 548 Bytes

example-istanbul-gulp-coverage

A simple javascript project implementing Istanbul, gulp and karma.

Documentation

Full documentation about this project can be found on this blog post: javascript coverage with gulp karma istanbul

Installation

Check out the project and npm install. If you haven't already, install gulp globally:

npm install gulp -g
How to use:

run:

gulp coverage

Your browser should open with the Istanbul coverage report.