Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use nyc istanbul to generate code coverage ( Code Instrumentation ) without unit testing in Angular Project #1519

Open
erhimanshugarg opened this issue May 14, 2023 · 0 comments

Comments

@erhimanshugarg
Copy link

erhimanshugarg commented May 14, 2023

I have an Angular project and I am using Karma Jasmine and Istanbul reporter to generate code coverage for unit test cases in the Angular project but I have a requirement to generate code coverage (Code Instrumentation) without unit tests. I could not find any tutorial to implement in the angular project while for react there are multiple articles are present.

Expected Behavior

Code Coverage Report while manually testing the Angular application.

Observed Behavior

No Tutorial was found. tried few basic steps mentioned at Istanbul site.

Troubleshooting steps

tried few basic steps mentioned at Istanbul site.

Environment Information

Angular 14+,
Typescript,
Karma,
Jasmine,
AgGrid

# paste the output here
#codecoverage #codeinstrumentation #angular #nyc


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant