We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c51e7 commit f0d794cCopy full SHA for f0d794c
build.gradle.kts
@@ -88,8 +88,8 @@ tasks.jacocoTestReport {
88
dependsOn(tasks.test) // ensure tests run first
89
90
reports {
91
- xml.required.set(true) // for CI tools
92
- html.required.set(true) // this is the index.html you want
+ xml.required.set(true) // for CI tools
+ html.required.set(true) // this is the index.html you want
93
csv.required.set(false)
94
}
95
0 commit comments