Skip to content

Commit

Permalink
deactivate test reports via jacocoTestReport
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lehrner <[email protected]>
  • Loading branch information
daniellehrner committed Jan 17, 2025
1 parent ae33f8a commit fb7f281
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,9 @@ def sep = Pattern.quote(File.separator)

jacocoTestReport {
reports {
xml.required = true
xml.required = false
csv.required = false
html.required = false
}
}

Expand Down Expand Up @@ -1056,13 +1058,6 @@ tasks.register("verifyDistributions") {
}
}

tasks.withType(Test).configureEach {
if (!project.hasProperty("createReports")) {
reports.html.required = false
reports.junitXml.required = false
}
}

dependencies {
errorprone 'com.google.errorprone:error_prone_core'
// https://github.com/hyperledger/besu-errorprone-checks/
Expand Down

0 comments on commit fb7f281

Please sign in to comment.