Currently, I am setting up my Ionic 2 application with Angular 2 and TypeScript to produce code coverage reports for my test files. For unit testing and coverage report generation, I am utilizing Jasmine, Karma, and remap-istanbul.
I came across an informative post on twofuckingdevelopers.com/2016/01/testing-angular-2-with-karma-and-jasmine/, which helped me in this process.
However, I am facing an issue in identifying files that lack a corresponding spec file. Is there a way to incorporate this information into istanbul reports to achieve comprehensive coverage analysis?
Appreciate any assistance on this matter! Thank you!