Fix kover...

This commit is contained in:
ganfra
2023-10-18 16:52:45 +02:00
parent 39e38514d8
commit 5146e92187

View File

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