-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Report has bogus uncovered lines report #35
Comments
@aredridel are you running nyc on an open-source project? This could relate to a subprocess we're failing to cover, or a code path that's difficult to hit during the spawning process. |
Oh! That's not a number of uncovered lines. That's a list of them. Geez. |
I thought it was literally calculating 94 billion uncovered lines. |
Okay, this is not a bug. This is me misunderstanding the information in that column since it happened to parse as a number with thousands separators. |
@aredridel what do you think a better heading would be? a similar issue was here: we should be more clear! |
If there'd been spaces instead of commas it'd have been clear for me; not sure how that'd be interpreted internationally. |
"Which lines uncovered" would have made it clear too. |
I know this is old, but I ran into this and was so confused. How about "Uncovered Line #'s" or "Uncovered Line Numbers"? "Uncovered Lines" isn't very clear. |
Files in
.nyc_output
are at https://gist.github.com/aredridel/67a635a727047e541c32Output:
The text was updated successfully, but these errors were encountered: