mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-07-03 03:06:45 +03:00
Adjusted jacoco settings.
This commit is contained in:
+2
-1
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user