We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e14e0 commit dd48582Copy full SHA for dd48582
1 file changed
plugins/src/main/kotlin/extension/KoverExtension.kt
@@ -126,6 +126,14 @@ fun Project.setupKover() {
126
"io.element.android.tests.konsist.failures",
127
// Copied from Appyx
128
"io.element.android.libraries.architecture.appyx.SafeChildrenTransitionScope",
129
+ // DI-generated classes
130
+ "io.element.android.x.di.*Impl",
131
+ "io.element.android.x.di.*Impls",
132
+ "io.element.android.x.di.*Mirror",
133
+ "io.element.android.x.di.*Factory",
134
+ $$"io.element.android.*$Metro*",
135
+ $$"io.element.android.*$Factory*",
136
+ $$"io.element.android.*$Impl*",
137
)
138
annotatedBy(
139
"androidx.compose.ui.tooling.preview.Preview",
0 commit comments