Skip to content

Commit

Permalink
WebConfig 테스트 커버리지 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kbk committed Nov 26, 2023
1 parent 30e0eb7 commit 0ba87db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ tasks.jacocoTestCoverageVerification {
"*.common.*",
"*.dto.*",
"com.mjucow.eatda.jooq.*",
"*.Companion"
"*.Companion",
"com.mjucow.eatda.common.config.WebConfig"
)
}
}
Expand All @@ -231,4 +232,4 @@ val testCoverage by tasks.registering {

tasks["jacocoTestReport"].mustRunAfter(tasks["test"])
tasks["jacocoTestCoverageVerification"].mustRunAfter(tasks["jacocoTestReport"])
}
}

0 comments on commit 0ba87db

Please sign in to comment.