Adjusted jacoco settings.

This commit is contained in:
Prominence 2022-04-18 23:42:58 +03:00
parent 3f5b7f6649
commit 91a5acdb43
No known key found for this signature in database
GPG Key ID: B5C2DFCB54798A7B

View File

@ -103,8 +103,9 @@ tasks.withType(GenerateModuleMetadata) {
jacocoTestReport { jacocoTestReport {
dependsOn test // tests are required to run before generating the report dependsOn test // tests are required to run before generating the report
reports { reports {
xml.required = false
csv.required = false csv.required = false
xml.enabled true
xml.destination file("${buildDir}/reports/jacoco/report.xml")
html.outputLocation = layout.buildDirectory.dir('jacocoHtml') html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
} }
} }