Kover: properly exclude pin code presenters
This commit is contained in:
parent
3fc520160a
commit
a3b25022cd
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue