mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
Add OmitFromCoverage annotation to exclude special cases (#318)
This commit is contained in:
committed by
Álison Fernandes
parent
19df16d049
commit
f8fefae3b8
@@ -144,7 +144,9 @@ koverReport {
|
||||
excludes {
|
||||
annotatedBy(
|
||||
// Compose previews
|
||||
"androidx.compose.ui.tooling.preview.Preview"
|
||||
"androidx.compose.ui.tooling.preview.Preview",
|
||||
// Manually excluded classes/files/etc.
|
||||
"com.x8bit.bitwarden.data.platform.annotation.OmitFromCoverage"
|
||||
)
|
||||
classes(
|
||||
// Navigation helpers
|
||||
|
||||
Reference in New Issue
Block a user