Skip to content

Commit

Permalink
changed xml report path
Browse files Browse the repository at this point in the history
  • Loading branch information
rybalkinsd committed Jul 15, 2019
1 parent 579f57a commit cf9ce04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ tasks.withType<JacocoReport> {
executionData.setFrom(exec)

reports {
xml.isEnabled = false
html.isEnabled = true
xml.isEnabled = true
xml.destination = File("$buildDir/reports/jacoco/report.xml")
html.isEnabled = false
}
}
Binary file modified kohttp/build/kotlin/compileKotlin/build-history.bin
Binary file not shown.
Binary file modified kohttp/build/kotlin/compileKotlin/last-build.bin
Binary file not shown.

0 comments on commit cf9ce04

Please sign in to comment.