I have angular project and using Karma and Jasmine for Unit testing to generate the code coverage. I am now trying to my instrument code so that we can get the coverage report while manual testing how much code is covered. I am not getting any references for integrating it in angular project.
I explored Instanbul provides the feature to code instrument with using nyc and babel but could not figured out how can i integrate it in existing Angular 14 project. Please help me.