Enable XML reports
This commit is contained in:
parent
6bd59aad97
commit
cf3d289145
@ -120,6 +120,7 @@ task coverageReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) {
|
||||
|
||||
reports {
|
||||
html.enabled = true
|
||||
xml.enabled = true
|
||||
}
|
||||
|
||||
def excludes = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user