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