From 98bcff5e06e0e07885a13bcb099fbf2abf69e5a8 Mon Sep 17 00:00:00 2001
From: David Perez <david@livefront.com>
Date: Tue, 10 Sep 2024 16:07:32 -0500
Subject: [PATCH] Add PreviewScreenSizes annotation to ignored list of
 annotations for tests (#3899)

---
 app/build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index dc2a0c7e0..f4254f4e7 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -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",
                 )