Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCoveralls code coverage is shown incorrectly as 100% #36
Comments
|
:) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code coverage widget shows 100% when the code coverage is currently 99.87% (https://coveralls.io/github/cpputest/cpputest?branch=master). The rounding must be changed to only show 100% when it is exactly 100%. I believe that is often done by code coverage tools to ensure that you do not mistakenly believe that there is 100% coverage.