Skip to content

Commit

Permalink
chore: jacoco 모듈을 만들어 테스트를 모아서 볼 수 있도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GiJungPark committed Nov 1, 2024
1 parent a681b74 commit 7b79d67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dmforu-support/jacoco/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
plugins {
id("jacoco-report-aggregation")
}

dependencies {
jacocoAggregation(project(":dmforu-api"))
jacocoAggregation(project(":dmforu-admin"))
}
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ include(
"dmforu-admin",
"dmforu-domain",
"dmforu-crawling",

"dmforu-infrastructure:fcm",
"dmforu-infrastructure:storage:mysql",
"dmforu-infrastructure:storage:mongo",

"dmforu-support:jacoco"
)

pluginManagement {
Expand Down

0 comments on commit 7b79d67

Please sign in to comment.