From 43e07c16fdb3eeea13d71249354675a8006944ae Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 23 Jan 2025 12:46:44 +0100 Subject: [PATCH] Kover: include back `:libraries:matrix:impl` module. --- plugins/src/main/kotlin/extension/KoverExtension.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/src/main/kotlin/extension/KoverExtension.kt b/plugins/src/main/kotlin/extension/KoverExtension.kt index dccd0c3480..35aa904244 100644 --- a/plugins/src/main/kotlin/extension/KoverExtension.kt +++ b/plugins/src/main/kotlin/extension/KoverExtension.kt @@ -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",