Enable XML reports
This commit is contained in:
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…
Reference in New Issue
Block a user