karma-coverage icon indicating copy to clipboard operation
karma-coverage copied to clipboard

Multi-browser report displayed as combined results

Open lkrocek opened this issue 9 years ago • 2 comments

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?

lkrocek avatar Nov 16 '15 12:11 lkrocek

+1

I need this also.

Thanks.

emilioplatzer avatar Mar 05 '16 18:03 emilioplatzer

+1

pjasiun avatar Aug 02 '16 12:08 pjasiun