Skip to content

Commit

Permalink
chore(damaba): #73 사진작가 관련 domain classes를 jacoco violation rule에 포함
Browse files Browse the repository at this point in the history
  • Loading branch information
Wo-ogie committed Nov 17, 2024
1 parent 8570a05 commit 2ed6d32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions damaba/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ tasks.jacocoTestCoverageVerification {
"*.application.port.*",
"*.domain.*.*",
)

// TODO: 회원가입 기능 구현 후 제거
excludes = listOf("*.domain.photographer.*")
}
}
}

0 comments on commit 2ed6d32

Please sign in to comment.