Skip to content

Commit

Permalink
Second try...
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 31, 2024
1 parent 9e38753 commit 2aeab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/src/main/kotlin/extension/KoverExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fun Project.setupKover() {
// 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$*",
"io.element.android.features.location.impl.common.permissions.DefaultPermissionsPresenter",
"*Presenter\$present\$*",
)
}
Expand Down

0 comments on commit 2aeab9e

Please sign in to comment.