mirror of
https://github.com/bitwarden/android.git
synced 2025-02-01 12:43:42 +03:00
Add PreviewScreenSizes annotation to ignored list of annotations for tests (#3899)
This commit is contained in:
parent
19596ea4c3
commit
98bcff5e06
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue