Skip to content

Commit cc1f9b3

Browse files
committed
export jacoco test reports
1 parent 1af7b67 commit cc1f9b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ oss {
2323
}
2424
}
2525

26+
jacocoTestReport {
27+
reports {
28+
xml.enabled = true
29+
html.enabled = true
30+
}
31+
}
32+
2633
compileJava {
2734
sourceCompatibility '1.7'
2835
targetCompatibility '1.7'

0 commit comments

Comments
 (0)