Skip to content

Commit

Permalink
Merge pull request #4193 from element-hq/feature/bma/coverage
Browse files Browse the repository at this point in the history
Kover: include back :libraries:matrix:impl module.
  • Loading branch information
bmarty authored Jan 27, 2025
2 parents df82afb + 8a1e530 commit af5491b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/src/main/kotlin/extension/KoverExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ val excludedKoverSubProjects = listOf(
":anvilannotations",
":anvilcodegen",
":tests:testutils",
// Exclude `:libraries:matrix:impl` module, it contains only wrappers to access the Rust Matrix
// SDK api, so it is not really relevant to unit test it: there is no logic to test.
":libraries:matrix:impl",
// Exclude modules which are not Android libraries
// See https://github.com/Kotlin/kotlinx-kover/issues/312
":appconfig",
Expand Down

0 comments on commit af5491b

Please sign in to comment.