sshev / karma-remap-coverage

Karma reporter that maps coverage to original non transpiled code (TypeScript, ES6/7, etc)
MIT License
35 stars 4 forks source link

Usage of lcov reporter documented improperly #20

Open Ryuno-Ki opened 7 years ago

Ryuno-Ki commented 7 years ago

The README.md lists for remapCoverageReporter the value text-lcov, while the code says lcovonly is true.

Please update one or the other.