dylanb / gulp-coverage

Gulp coverage reporting for Node.js that is independent of the test runner
MIT License
60 stars 12 forks source link

Add `format` task #5

Closed dylanb closed 10 years ago

dylanb commented 10 years ago

format task should take the JSON that is produced by the gather task and add another format to the stream. The default and first formatter will be the HTML formatter. It should be additive in that it should still be possible to use gather->format->enforce.