Kover: ignore nearly empty AboutPresenter.
This commit is contained in:
parent
c3c0ed6e24
commit
d640e5a609
1 changed files with 2 additions and 1 deletions
|
|
@ -225,8 +225,9 @@ koverMerged {
|
||||||
includes += "*Presenter"
|
includes += "*Presenter"
|
||||||
excludes += "*Fake*Presenter"
|
excludes += "*Fake*Presenter"
|
||||||
excludes += "io.element.android.appnav.loggedin.LoggedInPresenter$*"
|
excludes += "io.element.android.appnav.loggedin.LoggedInPresenter$*"
|
||||||
// Too small presenter, cannot reach the threshold.
|
// Too small presenters, cannot reach the threshold.
|
||||||
excludes += "io.element.android.features.onboarding.impl.OnBoardingPresenter"
|
excludes += "io.element.android.features.onboarding.impl.OnBoardingPresenter"
|
||||||
|
excludes += "io.element.android.features.preferences.impl.about.AboutPresenter"
|
||||||
}
|
}
|
||||||
bound {
|
bound {
|
||||||
minValue = 90
|
minValue = 90
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue