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

Split Gradle functional tests by Gradle version #7036

Merged
merged 5 commits into from Mar 12, 2024

Conversation

3flex
Copy link
Member

@3flex 3flex commented Mar 11, 2024

Resolved issues found while implementing #6489, #6913 and #7025

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.79%. Comparing base (9403c84) to head (0d59bdf).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7036   +/-   ##
=========================================
  Coverage     83.79%   83.79%           
  Complexity     3941     3941           
=========================================
  Files           579      579           
  Lines         12119    12119           
  Branches       2511     2511           
=========================================
  Hits          10155    10155           
  Misses          710      710           
  Partials       1254     1254           

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

@detekt-ci detekt-ci added the ci label Mar 11, 2024
@@ -3,10 +3,12 @@ package io.gitlab.arturbosch.detekt
import io.gitlab.arturbosch.detekt.testkit.DslTestBuilder
import org.assertj.core.api.Assertions.assertThat
import org.gradle.testkit.runner.TaskOutcome
import org.gradle.testkit.runner.internal.PluginUnderTestMetadataReading
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like using an internal method here but if it's removed/changed in Gradle we can easily copy/paste into our project, it's quite self-contained.

@3flex 3flex added the housekeeping Marker for housekeeping tasks and refactorings label Mar 11, 2024
@3flex 3flex merged commit 5ae01df into detekt:main Mar 12, 2024
21 checks passed
@detekt-ci
Copy link
Collaborator

Warnings
⚠️ This PR is approved with no milestone set. If merged, it won't appear in the detekt release notes.

Generated by 🚫 dangerJS against 0d59bdf

@cortinico cortinico added this to the 2.0.0 milestone Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build ci gradle-plugin housekeeping Marker for housekeeping tasks and refactorings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants