istanbul
istanbul copied to clipboard
ignore lines of code by specifying the line numbers
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
Up, I have this problem too. Is there any solution?