Fix kover...
This commit is contained in:
parent
39e38514d8
commit
5146e92187
1 changed files with 3 additions and 3 deletions
|
|
@ -251,9 +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.auth.PinAuthenticationPresenter"
|
excludes += "io.element.android.features.lockscreen.impl.auth.PinAuthenticationPresenter"
|
||||||
excludes += "io.element.android.features.pin.impl.auth.PinAuthenticationPresenter$*"
|
excludes += "io.element.android.features.lockscreen.impl.auth.PinAuthenticationPresenter$*"
|
||||||
excludes += "io.element.android.features.pin.impl.create.CreatePinPresenter"
|
excludes += "io.element.android.features.lockscreen.impl.create.CreatePinPresenter"
|
||||||
}
|
}
|
||||||
bound {
|
bound {
|
||||||
minValue = 85
|
minValue = 85
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue