Skip to content

Commit

Permalink
Exclude io.element.android.features.location.impl.common.permissions.…
Browse files Browse the repository at this point in the history
…DefaultPermissionsPresenter from kover check
  • Loading branch information
bmarty committed May 31, 2024
1 parent ade3b5d commit 9e38753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/src/main/kotlin/extension/KoverExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ fun Project.setupKover() {
"io.element.android.appnav.loggedin.LoggedInPresenter$*",
// Some options can't be tested at the moment
"io.element.android.features.preferences.impl.developer.DeveloperSettingsPresenter$*",
// Need an Activity to use rememberMultiplePermissionsState
"io.element.android.features.location.impl.common.permissions.DefaultPermissionsPresenter$*",
"*Presenter\$present\$*",
)
}
Expand Down

0 comments on commit 9e38753

Please sign in to comment.