-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade pitest-maven-plugin 1.16.1 -> 1.17.0 #1313
Conversation
Suggested commit message:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reduces the number of mutations generated; discussion here :)
6c8677a
to
f4633d7
Compare
e99ca90
to
b935f19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested version 1.16.3. For error-prone-contrib
the output is nearly identical to version 1.16.1. The overview reports different statistics only for JUnitValueSource
. (I didn't open the other files to see whether matching coverage stats were generated by identical sets of mutants.)
For the JUnitValueSource
:
- The new version omits one mutant that was previously killed. (A lambda expression defined in a static initialization context.)
- Generates three additional mutants that are executed only in a static context, and are thus unkillabe.
I'll report back here.
Ah, didn't mean to approve yet pending reply to this message. Though given the small delta, also not opposed to merging. |
ed28fe4
to
be2e816
Compare
be2e816
to
3fbf31a
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
Had a look at 1.17.0: same as 1.16.3. |
Let's indeed merge this one as you suggested before. |
Thanks for checking and proactively communicating the issues :). |
This PR contains the following updates:
1.16.1
->1.17.0
Release Notes
hcoles/pitest (pitest-maven-plugin)
v1.17.0
Compare Source
v1.16.3
Compare Source
v1.16.2
Compare Source
#1340 Show covering tests for surviving mutants in html report (thanks @vivganes)
#1342 / #1343 Fix misleading logging of history paths (thanks @vivganes)
#1344 Mutate delayed execution code in enums and singletons