-
Notifications
You must be signed in to change notification settings - Fork 91
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
Reporting of empty lines as not covered #112
Comments
Try to create a minimal reproduction. It would be very helpful if you can provide an example with 10 lines or smaller. ref. #61 (comment) Also, don't leave us guessing. The code at least should have told us how the exported |
Ok nvm. I removed |
As long as #112 (comment) lacks the information you're using |
Please see for a simple reproduction. My experiments seem to indicate that it only happens for files that |
After running my tests I get a coverage report that reports empty lines as being uncovered.
This is one of the files where it does this:
The empty line right above
c8 ignore next 3
is reported as uncoveredI also have other files where it reports closing braces as uncovered, e.g. at the end of a file I have
and those 3 lines are reported as uncovered.
The text was updated successfully, but these errors were encountered: