Skip to content

Commit 364896a

Browse files
committed
add coverage summary
1 parent 83acf63 commit 364896a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ dependencies {
1010
implementation(libs.plugin.checker)
1111
implementation(libs.plugin.updates)
1212
implementation(libs.plugin.build)
13+
implementation(libs.plugin.jacocolog)
1314
}

buildSrc/src/main/kotlin/openapiparser.test.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins {
77
jacoco
88
groovy
99
kotlin
10+
id("org.barfuin.gradle.jacocolog")
1011
}
1112

1213
// see buildSrc/build.gradle.kts

gradle/libs.versions.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ kotlin = "2.2.21"
1010
checker = "3.53.0"
1111
checkerp = "0.6.61"
1212
jacoco = "0.8.11"
13+
jacocolog = "4.0.1"
1314
updates = "0.52.0"
1415

1516
[libraries]
@@ -43,12 +44,14 @@ plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "bu
4344
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
4445
plugin-checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version.ref = "checkerp" }
4546
plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "updates" }
47+
plugin-jacocolog = { module = "org.barfuin.gradle.jacocolog:org.barfuin.gradle.jacocolog.gradle.plugin", version.ref = "jacocolog" }
48+
4649

4750
[bundles]
4851
#jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin" ]
4952
#kotest = ["kotest-runner", "kotest-datatest", "mockk"]
5053

5154
[plugins]
5255
checker = { id = "org.checkerframework", version.ref = "checkerp" }
53-
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "3.1.0" }
56+
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "4.0.1" }
5457
sonar = { id = "org.sonarqube", version = "7.2.2.6593" }

0 commit comments

Comments
 (0)