karma-runner / karma-runner/karma-coverage

coverageReporter lcov storing html reports in same fir as source code

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

Description

With the following configuration

```
coverageReporter = {
type: 'lcov',
dir: 'reports/',
subdir: 'coverage'
};
```

is lcov result correctly deployed in reports/coverage. The html files are generated in the same directory where the source files are.

karma version 0.13.9

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.