Skip to content

Commit

Permalink
chore: attempting to generate xml report
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <[email protected]>
  • Loading branch information
anthonydmays committed Oct 28, 2024
1 parent 08cd24b commit 450c743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson_15/tdd/tdd_app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tasks.named<Test>("test") {
finalizedBy(tasks.jacocoTestReport)
}

tasks.jacocoTestReport {
tasks.register<JacocoReport>("myJacocoTestReport") {
dependsOn(tasks.test)
reports {
xml.required = true
Expand Down

0 comments on commit 450c743

Please sign in to comment.