We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Gerard Petersen:
When I run an html report (with version 3.2) it tells me it covered 100% when it actually did not. The header of the code report file in question:
Coverage for myapp/views : 100% 514 statements 513 run 0 excluded 1 missing
Roundup wise this is absolutely correct, but technically it isn't. It also says 100% in the overview report (index.html).
The text was updated successfully, but these errors were encountered:
This is a rounding issue: the coverage is 99.805%, which rounds to 100%. Perhaps percentages should be truncated rather than rounded.
Sorry, something went wrong.
Original comment by Brandon Rhodes (Bitbucket: brandon, GitHub: brandon)
I concur that percentages should certainly be truncated! :-)
Fixed in <<changeset 9b63ca789328 (bb)>>.
Fixed compatibility with trio 0.11
18f0d3a
Fixes nedbat#41.
No branches or pull requests
From Gerard Petersen:
When I run an html report (with version 3.2) it tells me it covered 100% when it actually did not. The header of the code report file in question:
Coverage for myapp/views : 100%
514 statements 513 run 0 excluded 1 missing
Roundup wise this is absolutely correct, but technically it isn't. It also says 100% in the overview report (index.html).
The text was updated successfully, but these errors were encountered: