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