diff --git a/app-test/build.gradle b/app-test/build.gradle index 8e7dbb0..9122910 100644 --- a/app-test/build.gradle +++ b/app-test/build.gradle @@ -73,6 +73,10 @@ jacocoTestReport { // And finally tell Jacoco to only include said files in the report classDirectories = outputTree } + + reports { + xml.enabled true + } } tasks.withType(Test) {