pitest-junit5-plugin
pitest-junit5-plugin copied to clipboard
0.11 regression
After upgrading the pitest-junit5-plugin to version 0.11 we got lower line coverage.
Version 0.10 output:

Version 0.11 output:

@pbludov Did you also upgrade pitest when you upgraded the junit 5plugin?
@hcoles Checkstyle has not been able to upgrade to pitest 1.4.10 because of https://github.com/hcoles/pitest/issues/673 . And this issue details why we cannot upgrade to 0.11 for pitest-junit5 .
You can find the versions we are on at https://github.com/checkstyle/checkstyle/blob/master/pom.xml#L216-L220 .
We did not try both versions at once because of the issues we had with each one separated.
still issue on 0.12 - https://github.com/checkstyle/checkstyle/pull/7524#issuecomment-580818522
@hcoles , we appreciate your feedback on this issue.
Declaration code is marked as survived:
BUT there is no red lines(detailed list of mutation) in "Mutations" group at the bottom of html report page.