Enable XML reports

This commit is contained in:
2017-04-21 19:19:42 -04:00
parent 6bd59aad97
commit cf3d289145

View File

@@ -120,6 +120,7 @@ task coverageReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) {
reports {
html.enabled = true
xml.enabled = true
}
def excludes = [