Skip to content

Commit 9b184a2

Browse files
committed
chore: reactivate jacoco xml reports
1 parent 51ce2f2 commit 9b184a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ test {
130130

131131
jacocoTestReport {
132132
dependsOn test
133+
reports {
134+
xml.required.set(true)
135+
}
133136
}
134137

135138
/**********************************************************************************************************************\

0 commit comments

Comments
 (0)