-
Notifications
You must be signed in to change notification settings - Fork 116
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
Enable code coverage #188
Enable code coverage #188
Conversation
63ec2ca
to
2a10cec
Compare
This reverts commit 913ec2a.
There is one issue with the current implementation, if there is a header file that is completely untouched by any test, then it won't affect the coverage at all (ideally it should be counted as 0% coverage). There are many questions/issues created for this, stackoverflow-link-1, github-issue-1, github-issue-2. One workaround for that is we manually see that if a new header file is added, then there must be at least one test using it. |
Good to note it down, but I think the project can live with that. |
Many thanks @vaithak ! Now one can open an issue to improve code coverage ;) |
No description provided.