Enable XML reports

pull/286/head
Alinson S. Xavier 9 years ago
parent 6bd59aad97
commit cf3d289145

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

Loading…
Cancel
Save