-
Notifications
You must be signed in to change notification settings - Fork 10
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
Code coverage of tests should be 100% #96
Comments
sounds reasonable. But I'm not sure if entirely convinced about this as I remember some PHPUnit-related issues where i.e. a closing bracket was untested code, so I couldn't reach 100% coverage in some side-projects back then. But please correct me if I'm wrong, I didn't do too much PHP in the last year 😄 |
I did have a look into the coverage HTML report and IIRC there is indeed one line (or condition?) that's currently not tested. |
(cherry picked from commit d1d9864)
To increase confidence, we should look to have a code coverage of 💯
The text was updated successfully, but these errors were encountered: