Skip to content

Commit 9f4f7c2

Browse files
committed
aggregate coverage
1 parent 8fe8334 commit 9f4f7c2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

build.gradle.kts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
plugins {
22
base
3+
alias(libs.plugins.jacoco)
4+
id("test-report-aggregation")
35
id("io.openapiprocessor.build.plugin.publish")
46
}
57

@@ -11,9 +13,12 @@ repositories {
1113
mavenCentral()
1214
}
1315

14-
// check
15-
tasks.named("build") {
16-
dependsOn ("jacocoLogAggregatedCoverage")
16+
dependencies {
17+
testReportAggregation(project(":io-jackson"))
18+
testReportAggregation(project(":io-jackson3"))
19+
testReportAggregation(project(":io-snakeyaml"))
20+
testReportAggregation(project(":json-schema-validator"))
21+
testReportAggregation(project(":openapi-parser"))
1722
}
1823

1924
publishingCentral {

0 commit comments

Comments
 (0)