Skip to content

Commit 4ff0da2

Browse files
authored
Merge pull request auth0#91 from auth0/fix-coverage-reports
Fix coverage report generation
2 parents 0071cdf + d71b775 commit 4ff0da2

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)