Skip to content

Commit 89c102e

Browse files
committed
chore: reactivate jacoco xml reports
1 parent 83f2160 commit 89c102e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

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

129129
jacocoTestReport {
130130
dependsOn test
131+
reports {
132+
xml.required.set(true)
133+
}
131134
}
132135

133136
/**********************************************************************************************************************\

0 commit comments

Comments
 (0)