File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
plugins/src/main/kotlin/extension Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,11 @@ fun Project.setupKover() {
64
64
excludes {
65
65
classes(
66
66
// Exclude generated classes.
67
- " *_ModuleKt" ,
67
+ " *_Module" ,
68
+ " *_AssistedFactory" ,
68
69
" com.airbnb.android.showkase*" ,
69
70
" io.element.android.libraries.designsystem.showkase.*" ,
70
- " *_Factory" ,
71
- " *_Factory_Impl" ,
72
- " *_Factory$*" ,
73
- " *_Module" ,
74
- " *_Module$*" ,
75
- " *Module_Provides*" ,
76
71
" *ComposableSingletons$*" ,
77
- " *_AssistedFactory_Impl*" ,
78
72
" *BuildConfig" ,
79
73
// Generated by Showkase
80
74
" *Ioelementandroid*PreviewKt$*" ,
@@ -86,8 +80,6 @@ fun Project.setupKover() {
86
80
" *Presenter\$ present\$ *" ,
87
81
// Forked from compose
88
82
" io.element.android.libraries.designsystem.theme.components.bottomsheet.*" ,
89
- // Test presenters
90
- " io.element.android.features.leaveroom.fake.FakeLeaveRoomPresenter" ,
91
83
// Konsist code to make test fails
92
84
" io.element.android.tests.konsist.failures" ,
93
85
)
You can’t perform that action at this time.
0 commit comments