Skip to content

Commit

Permalink
build: test coverage 제외 패키지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
younghoondoodoom committed Dec 27, 2023
1 parent 09a7764 commit 4ab6879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/kirikiri/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jacocoTestReport {
fileTree(dir: it, excludes: [
"co/kirikiri/persistence/QuerydslRepositorySupporter",
"co/kirikiri/domain/**",
"co/kirikiri/**/domain/**",
"co/kirikiri/persistence/goalroom/dto/**",
"**/*Application*",
"**/*Config*",
Expand Down

0 comments on commit 4ab6879

Please sign in to comment.