Pin setup : exclude pin presenters from test coverage check

This commit is contained in:
ganfra 2023-10-12 17:45:22 +02:00
parent 1f4cf15088
commit 2cefd93ccb

View file

@ -250,6 +250,8 @@ koverMerged {
excludes += "io.element.android.appnav.loggedin.LoggedInPresenter$*" excludes += "io.element.android.appnav.loggedin.LoggedInPresenter$*"
// Some options can't be tested at the moment // Some options can't be tested at the moment
excludes += "io.element.android.features.preferences.impl.developer.DeveloperSettingsPresenter$*" excludes += "io.element.android.features.preferences.impl.developer.DeveloperSettingsPresenter$*"
// Temporary until we have actually something to test.
excludes += "io.element.android.features.pin.impl.*Presenter"
} }
bound { bound {
minValue = 85 minValue = 85