karma-runner / karma-runner/karma-coverage
coverageReporter lcov storing html reports in same fir as source code
Open
- 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
Assessment
This issue has not been assessed yet.