-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Executable line analysis fails for declarations with enumerations and unions #974
Comments
CC @Slamdunk |
Thanks for reporting this, I'll propose a fix in the next weeks |
Thank you! |
I'm having this issue too so thank you very much @Slamdunk for fixing it very fast! Do you know if this could be released (for instance in a version 9.2.23) soon? Thanks again! |
I don't know, but you can use https://github.com/cweagans/composer-patches in the meantime |
Happy new year! 9.2.23 did seem to resolve some of the issues, but I noticed that it's still trying to count interface methods with nullable union types containing enums. Here is the latest Coveralls report with 9.2.23. |
Happy new year to you too @davidbyoung #977 😉 |
Can this be closed? |
It looks like it can. My builds are back to 100%. Thanks a bunch! |
Here is a scheduled run with 100% code coverage using 9.2.20. The next time it ran with 9.2.21, it reported a drop due to a few interface methods and enum cases incorrectly being included in coverage.
The text was updated successfully, but these errors were encountered: