Skip to content

Commit 525186c

Browse files
committed
Exclude RoomListEntriesUpdate.describe() from coverage, it's only used to debug the app.
1 parent e111d78 commit 525186c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/roomlist/RoomListEntriesUpdateExt.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77

88
package io.element.android.libraries.matrix.impl.roomlist
99

10+
import io.element.android.libraries.architecture.coverage.ExcludeFromCoverage
1011
import org.matrix.rustcomponents.sdk.RoomListEntriesUpdate
1112

13+
@Suppress("unused")
14+
@ExcludeFromCoverage
1215
internal fun RoomListEntriesUpdate.describe(): String {
1316
return when (this) {
1417
is RoomListEntriesUpdate.Set -> {

0 commit comments

Comments
 (0)