Merge pull request #543 from vector-im/misc/cjs/coverage
Coverage: ignore more generated/non-prod code
This commit is contained in:
commit
b5bbfca677
1 changed files with 22 additions and 0 deletions
|
|
@ -158,10 +158,13 @@ koverMerged {
|
||||||
"anvil.hint.merge.*",
|
"anvil.hint.merge.*",
|
||||||
"anvil.module.*",
|
"anvil.module.*",
|
||||||
"com.airbnb.android.showkase*",
|
"com.airbnb.android.showkase*",
|
||||||
|
"io.element.android.libraries.designsystem.showkase.*",
|
||||||
"*_Factory",
|
"*_Factory",
|
||||||
"*_Factory$*",
|
"*_Factory$*",
|
||||||
"*_Module",
|
"*_Module",
|
||||||
"*_Module$*",
|
"*_Module$*",
|
||||||
|
"*Module_Provides*",
|
||||||
|
"Dagger*Component*",
|
||||||
"*ComposableSingletons$*",
|
"*ComposableSingletons$*",
|
||||||
"*_AssistedFactory_Impl*",
|
"*_AssistedFactory_Impl*",
|
||||||
"*BuildConfig",
|
"*BuildConfig",
|
||||||
|
|
@ -175,6 +178,25 @@ koverMerged {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
annotations {
|
||||||
|
excludes.addAll(
|
||||||
|
listOf(
|
||||||
|
"*Preview",
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
projects {
|
||||||
|
excludes.addAll(
|
||||||
|
listOf(
|
||||||
|
":anvilannotations",
|
||||||
|
":anvilcodegen",
|
||||||
|
":samples:minimal",
|
||||||
|
":tests:testutils",
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run ./gradlew koverMergedVerify to check the rules.
|
// Run ./gradlew koverMergedVerify to check the rules.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue