Skip to content

Commit 509c0ce

Browse files
committed
update code coverage to codecov app
1 parent 50e63a7 commit 509c0ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ allprojects {
114114
jacocoTestReport {
115115
dependsOn(test) // tests are required to run before generating the report
116116
reports {
117-
csv.required.set(true)
117+
xml.required.set(true)
118+
html.required.set(true)
118119
}
119120
}
120121

0 commit comments

Comments
 (0)