upload
This commit is contained in:
@@ -41,7 +41,8 @@ jacocoTestReport {
|
||||
dependsOn test
|
||||
reports {
|
||||
xml.required = false
|
||||
csv.required = false
|
||||
csv.required = true
|
||||
html.outputLocation.set(layout.buildDirectory.dir('jacocoHtml'))
|
||||
csv.destination file("${buildDir}/reports/jacoco/jacoco.csv")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user