You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: