karma-runner / karma-runner/karma-coverage

Multi-browser report displayed as combined results

Open
#195 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
771
Forks
242
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the coverageReporter configuration shown in the issue and how this Karma plugin produces HTML reports. Compare the requested multi-browser combination with the behavior of istanbul-combine. The issue names no repository files, tests, or concrete acceptance criteria, so the expected combined report still needs to be defined.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.