I am trying to figure out how to include all my .ts sources in the generated coverage report from the angular CLI. Currently I am only getting coverage for files that have an associated spec with tests against.
I have tried adding the includeAllSources
flag to my karma.conf.js file but this made no difference.
Whats the correct approach here? I am using Angular CLI 6.1.5
Thanks