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

ignore lines of code by specifying the line numbers #934

Open
jihadrhamza opened this issue May 17, 2020 · 1 comment
Open

ignore lines of code by specifying the line numbers #934

jihadrhamza opened this issue May 17, 2020 · 1 comment

Comments

@jihadrhamza
Copy link

Hi all,
I am new here and trying to use nyc against a big javascript file, generated by a tool. Here I want to run the code coverage by specifying area in javascript file mentioning the number of lines like below,
{
"start_line":100,
"end_line":500
}
Because, the specific tool adds lots of framework code to this javascript, where my code also present. Is there anyway to do this in nyc?

Thanks
Jihad

@marlo22
Copy link

marlo22 commented Nov 12, 2020

Up, I have this problem too. Is there any solution?

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

2 participants