Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

combining coverage reports from multiple tasks? #39

Closed
redBaronNc opened this issue Jul 9, 2015 · 1 comment
Closed

combining coverage reports from multiple tasks? #39

redBaronNc opened this issue Jul 9, 2015 · 1 comment

Comments

@redBaronNc
Copy link

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*

@pocesar
Copy link
Owner

pocesar commented Jul 23, 2015

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

@pocesar pocesar closed this as completed Aug 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants