« The Shallows | Main | Underscore Mixin for Error Handling »

JSCoverage Report for Jasmine

Wanted to announce the first release of a Jasmine reporter that we've been using in combination with JSCoverage and jasmine-node to capture code coverage metrics and produce an Emma style coverage report. The output of this get consumed by our Jenkins build and gives us nice coverage trends and detailed information for each build. As this is the first public release it is a little rough around the edges but is getting the job done. If anyone wants to check it out you can find it at:

npm install jscoverage-reporter

https://github.com/NeoPhi/jscoverage-reporter

Tags: jasmine jscoverage nodejs