Skip to content

Commit 0b81109

Browse files
committed
Kover configuration
1 parent a8de6e9 commit 0b81109

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

projects/build.gradle.kts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ plugins {
44
alias(libs.plugins.kover)
55
}
66

7-
kover {
8-
reports {
9-
filters {
10-
excludes {
11-
androidGeneratedClasses()
12-
packages("**generated**")
13-
classes("**generated**")
14-
}
15-
}
16-
}
17-
}
187
subprojects {
198
apply {
209
plugin(rootProject.libs.plugins.kover.pluginId)
@@ -29,8 +18,19 @@ subprojects {
2918
}
3019
}
3120

21+
kover {
22+
reports {
23+
filters {
24+
excludes {
25+
packages("com.trendyol.kediatr.testing")
26+
}
27+
}
28+
}
29+
}
30+
3231
dependencies {
3332
implementation(rootProject.libs.kotlinx.coroutines.core)
33+
kover(this@subprojects)
3434
}
3535

3636
dependencies {

0 commit comments

Comments
 (0)