preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

Show code coverage as Zero for files for which spec files don't even exist #289

Open VivekPMenon opened 7 years ago

VivekPMenon commented 7 years ago

we are looking for similar feature reported in https://github.com/karma-runner/karma-coverage/issues/125. Looks like currently the starter doesn't report files without specs in the coverage report. Any help would be really appreciated. Thanks.

Foxandxss commented 7 years ago

That haunted me for a while. Let see if that issue on karma-coverage fixes this and I will implement that.