Make @Preview internal.

And exclude class generated by Showkase
This commit is contained in:
Benoit Marty 2023-02-13 18:11:41 +01:00
parent e09dd44e5d
commit 41e63173b3
29 changed files with 60 additions and 58 deletions

View file

@ -178,6 +178,8 @@ koverMerged {
"*ComposableSingletons$*",
"*_AssistedFactory_Impl*",
"*BuildConfig",
// Generated by Showkase
"*Ioelementandroid*PreviewKt$*",
// Other
// We do not cover Nodes (normally covered by maestro, but code coverage is not computed with maestro)
"*Node",