Ignore OnBoardingPresenter regarding code coverage.

This commit is contained in:
Benoit Marty 2023-06-02 09:57:02 +02:00
parent 78e5bf6f78
commit 1e6f52466f
3 changed files with 7 additions and 0 deletions

View file

@ -203,6 +203,8 @@ koverMerged {
includes += "*Presenter"
excludes += "*Fake*Presenter"
excludes += "io.element.android.appnav.loggedin.LoggedInPresenter$*"
// Too small presenter, cannot reach the threshold.
excludes += "io.element.android.features.onboarding.impl.OnBoardingPresenter"
}
bound {
minValue = 90