pocesar/grunt-mocha-istanbul

combining coverage reports from multiple tasks?

Closed this issue · 1 comments

Hello,
Is it possible to combine the generated coverage reports from multiple tasks into one report?
I want to test different folder in my application and only take those folders into account for the coverage. It would be great to combine the generated reports into one report afterwards but I can't figure out if grunt-mocha-istanbul supports this.
I specially don't get what this means : coverageFolder : covergage*

the istanbul report command is what is needed for this to happen.

according to gotwarlost/istanbul#97 (comment)

It won't happen automatically using this module, because it's focused more on the testing side than on the reporting side

you would be able to create a custom task that would run this for you