Adjusted jacoco settings.

This commit is contained in:
2022-04-18 23:42:58 +03:00
parent 3f5b7f6649
commit 91a5acdb43
+2 -1
View File
@@ -103,8 +103,9 @@ tasks.withType(GenerateModuleMetadata) {
jacocoTestReport {
dependsOn test // tests are required to run before generating the report
reports {
xml.required = false
csv.required = false
xml.enabled true
xml.destination file("${buildDir}/reports/jacoco/report.xml")
html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
}
}