vistaprint / grunt-js-test

Grunt plugin to run client-side, mocha unit tests and generate code coverage reports
10 stars 11 forks source link

Added support for options.istanbul.excludes to exclude glob-matched paths from coverage reports #12

Closed texclayton closed 9 years ago

texclayton commented 9 years ago

With this fix, you can now exclude things like thirdparty libraries from code-coverage reports generated by istanbul. A similar fix should be made for JSCover.