Skip to content

Commit 2ee89b7

Browse files
Exclude the linter classes from coverage (#31)
1 parent 19f5a77 commit 2ee89b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ streamProject {
2727

2828
coverage {
2929
includedModules = setOf("stream-android-core")
30+
sonarCoverageExclusions = setOf(
31+
"**/lint/**",
32+
)
3033
}
3134
}
3235

0 commit comments

Comments
 (0)