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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",
)