Kover: ignore nearly empty AboutPresenter.
This commit is contained in:
parent
64dde1cee1
commit
c9ba058deb
1 changed files with 2 additions and 1 deletions
|
|
@ -225,8 +225,9 @@ koverMerged {
|
|||
includes += "*Presenter"
|
||||
excludes += "*Fake*Presenter"
|
||||
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.preferences.impl.about.AboutPresenter"
|
||||
}
|
||||
bound {
|
||||
minValue = 90
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue