Exclude RoomListEntriesUpdate.describe() from coverage, it's only used to debug the app.
This commit is contained in:
parent
e111d78a24
commit
525186cb18
1 changed files with 3 additions and 0 deletions
|
|
@ -7,8 +7,11 @@
|
|||
|
||||
package io.element.android.libraries.matrix.impl.roomlist
|
||||
|
||||
import io.element.android.libraries.architecture.coverage.ExcludeFromCoverage
|
||||
import org.matrix.rustcomponents.sdk.RoomListEntriesUpdate
|
||||
|
||||
@Suppress("unused")
|
||||
@ExcludeFromCoverage
|
||||
internal fun RoomListEntriesUpdate.describe(): String {
|
||||
return when (this) {
|
||||
is RoomListEntriesUpdate.Set -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue