Kover: properly exclude pin code presenters

This commit is contained in:
Benoit Marty 2023-10-13 17:22:05 +02:00
parent 155e403265
commit da2a530109

View file

@ -251,7 +251,9 @@ koverMerged {
// Some options can't be tested at the moment // Some options can't be tested at the moment
excludes += "io.element.android.features.preferences.impl.developer.DeveloperSettingsPresenter$*" excludes += "io.element.android.features.preferences.impl.developer.DeveloperSettingsPresenter$*"
// Temporary until we have actually something to test. // 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 { bound {
minValue = 85 minValue = 85