Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants