asciidisco / grunt-qunit-istanbul

Run QUnit unit tests in a headless PhantomJS instance & generate some nice code coverage metrics using Istanbul.
MIT License
33 stars 21 forks source link

Update istanbul version and add support for json and json summary reports #41

Closed ngrieble closed 9 years ago

Lipata commented 9 years ago

Thanks guys!!! This is what I need - the JSON Summary report! Just I needed to install version 0.5.0. Why it is not listed here https://github.com/asciidisco/grunt-qunit-istanbul/releases?

Thanks!

asciidisco commented 9 years ago

Probably because I was a bit sloppy... Will add it to the list of releases, thanks for the hint.

Lipata commented 9 years ago

No problem, mate. I now see that my change about the new setting "reportOnFail" is in version 0.5.0, which is great!!!

Thanks!