From 436c9e83f00c48e5d9f3b46eec7d7c826f1800b3 Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 18 Oct 2023 16:52:45 +0200 Subject: [PATCH] Fix kover... --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 704bbe6bbc..487776d948 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -251,9 +251,9 @@ koverMerged { // Some options can't be tested at the moment excludes += "io.element.android.features.preferences.impl.developer.DeveloperSettingsPresenter$*" // Temporary until we have actually something to test. - excludes += "io.element.android.features.pin.impl.auth.PinAuthenticationPresenter" - excludes += "io.element.android.features.pin.impl.auth.PinAuthenticationPresenter$*" - excludes += "io.element.android.features.pin.impl.create.CreatePinPresenter" + excludes += "io.element.android.features.lockscreen.impl.auth.PinAuthenticationPresenter" + excludes += "io.element.android.features.lockscreen.impl.auth.PinAuthenticationPresenter$*" + excludes += "io.element.android.features.lockscreen.impl.create.CreatePinPresenter" } bound { minValue = 85