Skip to content

Commit d101f75

Browse files
committed
Feat(#10): Jacoco 설정 수정
1 parent 344cf43 commit d101f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/wypl-image/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tasks.withType(JacocoReport).configureEach {
3232
html.required.set(true)
3333
xml.required.set(true)
3434
html.outputLocation.set(file("reports/jacoco/index.xml"))
35+
xml.outputLocation.set(file("reports/jacoco/test/jacocoTestReport.xml"))
3536
}
3637

3738
classDirectories.setFrom(

0 commit comments

Comments
 (0)