Skip to content

Commit

Permalink
Merge pull request #40 from TeamDMU/chore/jacoco
Browse files Browse the repository at this point in the history
[Feat] Jacoco Module Create
  • Loading branch information
GiJungPark authored Nov 1, 2024
2 parents a681b74 + 7b79d67 commit c70c39e
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 c70c39e

Please sign in to comment.