-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update Automated Checks #4244
Merged
Merged
Update Automated Checks #4244
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CCD diff reportNo change |
Integration Tests results 82 files ±0 82 suites ±0 9m 18s ⏱️ -1s Results for commit 7dc65a0. ± Comparison against base commit 4b84049. This pull request removes 15 and adds 15 tests. Note that renamed tests count towards both.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.14.2
->1.17.3
0.8.10
->0.8.12
10.0.3
->10.0.4
1.9.11
->1.15.0
Release Notes
hcoles/pitest (org.pitest:pitest)
v1.17.3
Compare Source
Maven users can now gather coverage information and generate mutants, but skip the mutant analysis stage by running setting the 'pit.dryRun' flag to true.
v1.17.2
Compare Source
v1.17.1
Compare Source
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
v1.16.1
Compare Source
#1329 Prevent version clashes with aggregate goal when plugins use jackson
v1.16.0
Compare Source
+funmodifiablecollection
filter for defensive codeApi change in #1321 is backwards compatible, but plugins written against 1.16.0 may not work with earlier versions.
v1.15.8
Compare Source
#1310 Filter mutations to Collections.unmodifiable*
#1309 Replace fields in argLines imported from surefire config
#1308 Bump maven vcs versions
The filtering for #1310 is off by default. To activate it add the filter string
+funmodifiablecollection
.#1309 adds a new maven property
parseSurefireArgLine
. This is set to true by default, but surefire argline parsing can now be disabled by setting it to false.v1.15.7
Compare Source
#1305 Coverage not recorded for code in packages name com.sun*
A filter intended to pickup legacy JDK classes in the "com.sun.*" package was missing a
'
, resulting in no code coverage being registered if the code under test happened to be in a package starting with "sun".v1.15.6
Compare Source
Invoke dynamic call tracking for static initializer code will be reintroduced when additional logic to suppress mutation filtering for delayed execution code has been implemented.
v1.15.5
Compare Source
v1.15.4
Compare Source
Note, maven users who have previously needed to duplicate argline parameters between surefire and pitest's jvmArgs and argline parameters may need to adjust their configuration when upgrading. Entries supplied to surefire will now automatically be added to pitest.
v1.15.3
Compare Source
v1.15.2
Compare Source
#1267 will ensure that previously hidden errors encountered by the JUnit5 plugin will now be reported. This is a backwards compatible api change. It will have no effect until the JUnit5 plugin is updated to use the expanded api. The updated plugin will not be compatible with earlier versions of pitest.
v1.15.1
Compare Source
v1.15.0
Compare Source
extrafeatures
param for maven to allow features to be added on commandline without overwriting existing list#1251 updates several existing interfaces. Plugins (eg the arcmutate kotlin plugin) using these interfaces must also be updated when upgrading.
v1.14.4
Compare Source
v1.14.3
Compare Source
jacoco/jacoco (jacoco)
v0.8.12
: 0.8.12New Features
Fixed bugs
Non-functional Changes
v0.8.11
: 0.8.11New Features
Fixed bugs
VerifyError
when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).Non-functional Changes
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.