Skip to content

Commit

Permalink
Fixed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Feb 6, 2024
1 parent 4c6542c commit 5b4149b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
alias(libs.plugins.kotlin.samReceiver)
alias(libs.plugins.gradle.pluginPublish)
alias(libs.plugins.publicationsReport)
jacoco
}

group = "io.github.gmazzo.test.aggregation"
Expand Down Expand Up @@ -49,6 +50,10 @@ dependencies {
compileOnly(plugin(libs.plugins.android))
}

tasks.jacocoTestReport {
reports.xml.required = true
}

tasks.publish {
dependsOn(tasks.publishPlugins)
}

0 comments on commit 5b4149b

Please sign in to comment.