-
Notifications
You must be signed in to change notification settings - Fork 46
Upgrade Arcmutate plugins #1586
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
Conversation
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.
🏹
These upgrades were not picked up automatically due to a groupId change. Summary of changes: - Upgrade Pitest Git plugins 1.1.4 -> 2.1.0 - Upgrade Arcmutate 1.2.2 -> 1.3.2 - Upgrade pitest-accelerator-junit5 1.0.6 -> 1.2.0
6825529
to
609af64
Compare
|
With this change the posting of PR mutation changes is broken, but I suspect that this is because part of the logic is executed based on code on |
Worked; see #1592.
It appears that indeed things still work as expected. Post-merge build logs show that the license file is still picked up:
|
W.r.t. the license file: follow-up in #1594. |
Suggested commit message:
Hat tip to @jqno for his instructions here. Based on local testing I shouldn't rename the license file, but let's see what GitHub Actions thinks 👀
(Tested before and after results: no changes except that on this line there's now a surviving mutant instead of a
MEMORY_ERROR
mutant ✔️.)