Miscellaneous build and CI cleanups (#1587)
This commit is contained in:
parent
b59c4f068c
commit
7d39bc0ae2
10 changed files with 40 additions and 29 deletions
|
@ -19,6 +19,10 @@ tasks.withType<KotlinCompile>().configureEach {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.koverCollectReports {
|
||||
outputDir.set(rootProject.layout.buildDirectory.dir("coverage-reports"))
|
||||
tasks.koverXmlReport {
|
||||
xmlReportFile.set(rootProject.layout.buildDirectory.file("coverage-reports/${project.name}.xml"))
|
||||
}
|
||||
|
||||
tasks.koverHtmlReport {
|
||||
htmlReportDir.set(rootProject.layout.buildDirectory.dir("coverage-reports/${project.name}"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue