Skip to content
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 dependency info.solidsoft.gradle.pitest:gradle-pitest-plugin to v1.15.0 #1481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
info.solidsoft.gradle.pitest:gradle-pitest-plugin (source) 1.9.0 -> 1.15.0 age adoption passing confidence

Release Notes

szpak/gradle-pitest-plugin (info.solidsoft.gradle.pitest:gradle-pitest-plugin)

v1.15.0

  • Automatically add junit-platform-launcher dependency to testRuntimeOnly for JUnit Platform projects - #​337 - help from Björn Kautler
  • Remove deprecated Project.getConvention() usage (in Gradle 8.2+) - #​343
  • PIT 1.15.0 by default
  • Basic regression testing with Gradle up to 8.3

Compatibility notes
Starting with PIT 1.14.0 (with pitest-junit-plugin 1.2.0+) junit-platform-launcher is no longer shaded and has to be explicitly added to avoid:
"Minion exited abnormally due to UNKNOWN_ERROR" or "NoClassDefFoundError: org.junit.platform.launcher.core.LauncherFactory".

As an experimental (incubating) feature, junit-platform-launcher is automatically added to the testRuntimeOnly configuration for the JUnit Platform projects.

PLEASE NOTE. This feature is experimental and might not work as expected in some corner cases. In that situation, just disable it with addJUnitPlatformLauncher = false and add the required dependency 'junit-platform-launcher' in a proper version to 'testRuntimeOnly' manually. More information: https://github.com/szpak/gradle-pitest-plugin/issues/337

v1.9.11

  • Support for thresholds in aggregated metrics (requires PIT 1.9.9+) - #​319 - PR by pfoerd
  • Support for verbosity flag, "spinner" disabled by default - #​267 - PR by Carsten Otto
  • PIT 1.9.11 by default
  • Do not produce timestamped reports by default for PIT 1.9.6+ - suggestion by Siddardha Bezawada
  • Minimal supported PIT version is 1.7.1 (due to "verbosity" flag used by default)
  • Deprecate verbose flag - verbosity is much more versatile, especially when used from the Gradle plugin

Compatibility notes

  1. Due to the usage of the "verbosity" flag by default, the minimal supported PIT version is 1.7.1 (released 2021-09-29).
  2. Due to the changes in PIT 1.9.6, timestamped reported are not generated by default (with PIT 1.9.6+). It still can be enforced in the GPP configuration.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.13%. Comparing base (b9bb668) to head (be14038).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1481   +/-   ##
=========================================
  Coverage     78.13%   78.13%           
  Complexity     2105     2105           
=========================================
  Files           311      311           
  Lines          7467     7467           
  Branches        613      613           
=========================================
  Hits           5834     5834           
  Misses         1294     1294           
  Partials        339      339           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 860f26a to 856d6b8 Compare August 4, 2023 16:28
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 856d6b8 to 7fa38ea Compare August 4, 2023 16:55
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 7fa38ea to 7e39a42 Compare August 16, 2023 10:10
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 7e39a42 to 5fd1ab8 Compare August 16, 2023 10:54
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 5fd1ab8 to 55f7b10 Compare August 16, 2023 11:19
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 55f7b10 to 049c30d Compare August 17, 2023 14:11
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 049c30d to 4fc0fc3 Compare September 1, 2023 00:09
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 4fc0fc3 to 10223ef Compare September 6, 2023 10:19
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 10223ef to 4f18e91 Compare September 6, 2023 12:02
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 4f18e91 to e54b48f Compare September 7, 2023 08:37
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from e54b48f to ee16ced Compare September 7, 2023 09:06
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from ee16ced to 5b68178 Compare September 7, 2023 15:24
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from d9d785e to 43d356a Compare January 17, 2025 14:45
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 43d356a to 1207ce7 Compare January 17, 2025 15:08
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 1207ce7 to c7f416b Compare January 20, 2025 12:37
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from c7f416b to 48cce29 Compare January 27, 2025 17:46
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 48cce29 to 1e264e8 Compare January 27, 2025 23:30
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch 2 times, most recently from 61a15d0 to 1de7a39 Compare January 28, 2025 02:48
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 1de7a39 to 2ba99eb Compare January 30, 2025 15:14
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 2ba99eb to 99644a2 Compare February 3, 2025 15:11
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 99644a2 to 68f66ef Compare February 3, 2025 15:34
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 68f66ef to 2c8cd2e Compare February 3, 2025 15:55
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 2c8cd2e to 2aafbf9 Compare February 3, 2025 19:43
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 2aafbf9 to af7ab5d Compare February 4, 2025 11:39
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from af7ab5d to 8cc6e6e Compare February 7, 2025 11:00
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 8cc6e6e to 7955bfe Compare February 7, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants