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 77.41%. Comparing base (0c88936) to head (1e1c1f3).
Report is 74 commits behind head on master.

Current head 1e1c1f3 differs from pull request most recent head b9f19da

Please upload reports for the commit b9f19da to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1481   +/-   ##
=========================================
  Coverage     77.41%   77.41%           
  Complexity     2027     2027           
=========================================
  Files           306      306           
  Lines          7223     7223           
  Branches        591      591           
=========================================
  Hits           5592     5592           
  Misses         1300     1300           
  Partials        331      331           

☔ 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 885ffb2 to 5e87a2f Compare May 17, 2024 14:46
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 5e87a2f to 87ed8be Compare June 3, 2024 10:57
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch 8 times, most recently from 60d1ff9 to 042dd5e Compare June 10, 2024 13:41
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 042dd5e to 000c821 Compare June 11, 2024 08:02
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 000c821 to b9f19da Compare June 13, 2024 13:31
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from b9f19da to f6c65de Compare July 10, 2024 10:34
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from f6c65de to f253a40 Compare July 18, 2024 16:11
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from f253a40 to 06012d4 Compare July 29, 2024 21:27
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 06012d4 to 26837d5 Compare August 19, 2024 15:55
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 26837d5 to 10f7037 Compare August 22, 2024 09:02
@renovate renovate bot force-pushed the renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x branch from 10f7037 to 681424d Compare August 28, 2024 11:11
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.

None yet

0 participants