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

Add support for clover coverage reports #20

Closed adamsea closed 10 years ago

adamsea commented 10 years ago

This commit adds the ability to configure clover coverage reports, which are supported by istanbul.

asciidisco commented 10 years ago

:+1: Good addition. Thank you.