Skip to content
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

Coveralls code coverage is shown incorrectly as 100% #36

Open
BillDenton opened this issue Jun 8, 2016 · 1 comment
Open

Coveralls code coverage is shown incorrectly as 100% #36

BillDenton opened this issue Jun 8, 2016 · 1 comment

Comments

@BillDenton
Copy link

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.

@basvodde
Copy link
Member

basvodde commented Jun 9, 2016

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants