Skip to content

Commit

Permalink
Exclude Konsist code from Kover.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Nov 26, 2024
1 parent a84ca7e commit c209245
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 @@ -98,6 +98,8 @@ fun Project.setupKover() {
"io.element.android.libraries.designsystem.theme.components.bottomsheet.*",
// Test presenters
"io.element.android.features.leaveroom.fake.FakeLeaveRoomPresenter",
// Konsist code to make test fails
"io.element.android.tests.konsist.failures",
)
annotatedBy(
"androidx.compose.ui.tooling.preview.Preview",
Expand Down

0 comments on commit c209245

Please sign in to comment.