Skip to content

Commit

Permalink
Add PreviewScreenSizes annotation to ignored list of annotations for …
Browse files Browse the repository at this point in the history
…tests (#3899)
  • Loading branch information
david-livefront authored Sep 10, 2024
1 parent 19596ea commit 98bcff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit 98bcff5

Please sign in to comment.