Add PreviewScreenSizes annotation to ignored list of annotations for tests (#3899)

This commit is contained in:
David Perez
2024-09-10 16:07:32 -05:00
committed by GitHub
parent 19596ea4c3
commit 98bcff5e06
+1
View File
@@ -222,6 +222,7 @@ kover {
annotatedBy(
// Compose previews
"androidx.compose.ui.tooling.preview.Preview",
"androidx.compose.ui.tooling.preview.PreviewScreenSizes",
// Manually excluded classes/files/etc.
"com.x8bit.bitwarden.data.platform.annotation.OmitFromCoverage",
)