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

includeAllSources supported? #18

Open SDohle opened 7 years ago

SDohle commented 7 years ago

Hi,

i am using karma-remap-coverage 0.1.4 and it would be great to get a coverage report for all source code files and not only for files which are covered by tests. Karma-coverage has the 'includeAllSources ' Flag. Is this possible with karma-remap-coverage?

iharabukhouski commented 6 years ago

@sshev Dear Sergey, We use karma-remap-coverage and it really helps us to get proper coverage of original ES6+ source code. Thank you for such tool!

It would be really helpful to know if there is a plan to add support of includeAllSources.