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

Code coverage exclude in karma.conf #25

Open tucano opened 6 years ago

tucano commented 6 years ago

hello, i am playing with this template: https://github.com/gdi2290/angular-starter

and I am unable to exclude the environments folder from the coverage report.

I have tried to configure remap options in karma.conf.js but seems is not working.

Thanks

Goran216 commented 5 years ago

Did you find a solution? I have the same problem.