Skip to content

Commit

Permalink
enable jacoco xml report
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Jul 20, 2023
1 parent 2ba79b6 commit 6c61b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ tasks.test {

tasks.jacocoTestReport {
dependsOn(tasks.test)

reports {
xml.required.set(true)
}
}

0 comments on commit 6c61b49

Please sign in to comment.