We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb5d6a commit fd18214Copy full SHA for fd18214
spring-boot-3-demo-app-kotlin/build.gradle.kts
@@ -45,7 +45,11 @@ dependencies {
45
}
46
47
val coverageExcludeList = mutableListOf(
48
- "**/*ApplicationKt.class"
+ "**/*ApplicationKt.class",
49
+ "**/*KafkaSendingServiceKt.class",
50
+ "**/*TimeControllerKt.class",
51
+ "**/*KafkaReadingServiceKt.class",
52
+ "**/*PublicApiServiceKt.class",
53
)
54
listOf(JacocoCoverageVerification::class, JacocoReport::class).forEach { taskType ->
55
tasks.withType(taskType) {
0 commit comments