-
Notifications
You must be signed in to change notification settings - Fork 47
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
Complete 100% test coverage. #41
Comments
@borgar is there a coverage report that's publicly accessible and continually updated? (In other words, is there, or could there be, a code coverage CI?) It would probably be a good first issue for new contributors to help complete the missing coverage, and such a tool would be very helpful in that regard. |
There is no CI backing this, but I suppose I could set up actions here. Coverage can be gotten to using
I am not actually sure that the test coverage is lacking, per-se. Many (or all) of these may be due to unreachable code (such as unused member functions) rather than missing tests. |
Code coverage measurements report that the coverage is 97%. Let's push this through to a perfect 100%. If only for the bragging rights.
The text was updated successfully, but these errors were encountered: