Skip to content

Commit 15ef2a0

Browse files
author
james
committed
Enable Jacoco XML test reports
1 parent a78e263 commit 15ef2a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ allprojects {
6363
toolVersion = "0.8.5"
6464
}
6565

66+
jacocoTestReport {
67+
reports {
68+
xml.enabled true
69+
}
70+
}
71+
6672
checkstyle {
6773
toolVersion '8.28'
6874
tasks.withType(Checkstyle) {

0 commit comments

Comments
 (0)