Kover: ignore nearly empty AboutPresenter.

This commit is contained in:
Benoit Marty 2023-07-03 18:01:37 +02:00 committed by Benoit Marty
parent 64dde1cee1
commit c9ba058deb

View file

@ -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