Skip to content

Commit d71b775

Browse files
committed
fix coverage report generation
1 parent 0071cdf commit d71b775

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717

1818
jacocoTestReport {
1919
reports {
20-
html.enabled true
20+
xml.enabled = true
21+
html.enabled = true
2122
}
2223
}

0 commit comments

Comments
 (0)