Ignore OnBoardingPresenter regarding code coverage.
This commit is contained in:
parent
78e5bf6f78
commit
1e6f52466f
3 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue