Pin setup : exclude pin presenters from test coverage check
This commit is contained in:
parent
087142224c
commit
0ad7e8fab0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue