Skip to content

Commit

Permalink
Fix: 코드 스멜 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
haeyonghahn committed Feb 1, 2024
1 parent f6b8ea5 commit 3bcc90e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ tasks.jacocoTestReport {
classDirectories.setFrom(
files(classDirectories.files.collect {
fileTree(dir: it,
exclude: [] + Qdomains)
exclude: [
"*.test.*"
] + Qdomains)
})
)
}
Expand Down

0 comments on commit 3bcc90e

Please sign in to comment.