Kover: properly exclude pin code presenters

This commit is contained in:
Benoit Marty 2023-10-13 17:22:05 +02:00
parent 3fc520160a
commit a3b25022cd

View file

@ -251,7 +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.*Presenter"
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"
}
bound {
minValue = 85