Skip to content

Commit

Permalink
[#20] chore : build.gradle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
princenim committed May 6, 2024
1 parent 4e76f79 commit 71c6738
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ jacocoTestCoverageVerification {
value = 'COVEREDRATIO'
}
excludes = [
'*.*Application',
'*.domain.*',
'*.dto.*',
'*.dao.*',
'*.enums.*',
'*.response.*',
'*.exception.*',
'*.config.*',
// '*.*Application',
// '*.domain.*',
// '*.dto.*',
// '*.dao.*',
// '*.enums.*',
// '*.response.*',
// '*.exception.*',
// '*.config.*',
]
}
}
Expand Down

0 comments on commit 71c6738

Please sign in to comment.