Skip to content

Commit

Permalink
Fix: jacoco 관련 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
RinRinPARK committed Sep 2, 2024
1 parent 6412d61 commit 0eec595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ kapt {
}

tasks.jacocoTestReport {

dependsOn(tasks.test)

reports {
html.required.set(true)
xml.required.set(true)
Expand Down

0 comments on commit 0eec595

Please sign in to comment.