Skip to content

Commit 6b2f4c2

Browse files
committed
Fix: Add XML Jacoco report
1 parent 3e801a7 commit 6b2f4c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ tasks {
149149
jacocoTestReport {
150150
dependsOn(test)
151151
classDirectories.setFrom(instrumentCode)
152+
reports {
153+
xml.required = true
154+
html.required = true
155+
}
152156
}
153157

154158
jacocoTestCoverageVerification {

0 commit comments

Comments
 (0)