Skip to content

Commit 450c743

Browse files
committed
chore: attempting to generate xml report
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 08cd24b commit 450c743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_15/tdd/tdd_app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.named<Test>("test") {
4242
finalizedBy(tasks.jacocoTestReport)
4343
}
4444

45-
tasks.jacocoTestReport {
45+
tasks.register<JacocoReport>("myJacocoTestReport") {
4646
dependsOn(tasks.test)
4747
reports {
4848
xml.required = true

0 commit comments

Comments
 (0)