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$*"
// Some options can't be tested at the moment
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 {
minValue = 85