mirror of
https://github.com/bitwarden/android.git
synced 2025-03-06 22:46:09 +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(
|
annotatedBy(
|
||||||
// Compose previews
|
// Compose previews
|
||||||
"androidx.compose.ui.tooling.preview.Preview",
|
"androidx.compose.ui.tooling.preview.Preview",
|
||||||
|
"androidx.compose.ui.tooling.preview.PreviewScreenSizes",
|
||||||
// Manually excluded classes/files/etc.
|
// Manually excluded classes/files/etc.
|
||||||
"com.x8bit.bitwarden.data.platform.annotation.OmitFromCoverage",
|
"com.x8bit.bitwarden.data.platform.annotation.OmitFromCoverage",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue