karma-coverage
karma-coverage copied to clipboard
Multi-browser report displayed as combined results
When I was used the combined result by code below, I was getting best result instead of combination of all.
coverageReporter : {
type : 'html',
dir : 'reports/html/'
}
I found istanbul-combine in npm which doing it, but there I have no idea how to call it as post-process script in Phpstorm.
Is there possibility to combine all lines from different browsers? Or is it possible to implement it?
+1
I need this also.
Thanks.
+1