Skip to content

Commit

Permalink
refactor(build): remove unnecessary includes in kover filters
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed Nov 27, 2024
1 parent 6d9eed0 commit e44350f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ kover.reports {
filters {
// Test classes
excludes.classes("*Test")

includes.classes("kotlinx.kover.examples.merged.*")
}

verify {
Expand Down

0 comments on commit e44350f

Please sign in to comment.