Merge pull request #4193 from element-hq/feature/bma/coverage

Kover: include back :libraries:matrix:impl module.
This commit is contained in:
Benoit Marty
2025-01-27 16:08:45 +01:00
committed by GitHub

View File

@@ -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",