Skip to content

Commit

Permalink
Add jacocoTestReport
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAkash01 committed Feb 28, 2025
1 parent 83e9b0d commit 856b77f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions compiler-plugin-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jacoco {
reportsDirectory = file("$project.buildDir/reports/jacoco")
}

jacocoTestReport {
reports {
xml.required = true
csv.required = false
html.required = false
}
sourceSets project(':os-compiler-plugin').sourceSets.main
}

dependencies {
checkstyle project(':checkstyle')
checkstyle "com.puppycrawl.tools:checkstyle:${checkstylePluginVersion}"
Expand Down

0 comments on commit 856b77f

Please sign in to comment.