istanbul icon indicating copy to clipboard operation
istanbul copied to clipboard

ignore lines of code by specifying the line numbers

Open jihadrhamza opened this issue 5 years ago • 1 comments

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

jihadrhamza avatar May 17 '20 08:05 jihadrhamza

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

marlo22 avatar Nov 12 '20 13:11 marlo22