dylanb / gulp-coverage

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

Optionally output multiple reporters from single format() task #23

Closed caitp closed 9 years ago

caitp commented 9 years ago

This simplifies invocations of the module when multiple reporters are used (json for upload to a web service, html for quick development help).

I'd find it handy, at any rate.