-
-
Notifications
You must be signed in to change notification settings - Fork 379
More executable lines of code counted with 9.2.21 #975
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
Comments
CC @Slamdunk |
This is by design
I'm sorry this is not possible, it would also bring back all the bugs the new solution fixes |
@Slamdunk This change of measure is a breaking change and should not happen in a patch version, you should release a new major version for this! |
Yes the logic changed drastically, but it had to be done in the same major becase previous results were just wrong. I can assure you consistency and determinism is the core goal of the new implementation, even though it makes no sense to me to trust a metric that can be easily tricked with refactoring and code formatting. |
I make code coverage reports for some larger projects every month, but suddenly thousends more LOC are reported and this totally breaks the statistics numbers.
Turns out now lines are counted as executable code wich where not counted before:
Old behaviour:

New behaviour:

It would be grat to have at least an option to bring back the old lines counting behaviour.
The text was updated successfully, but these errors were encountered: