exclude fakes from code coverage
This commit is contained in:
parent
16382a3eef
commit
831eb7c840
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ koverMerged {
|
||||||
target = kotlinx.kover.api.VerificationTarget.CLASS
|
target = kotlinx.kover.api.VerificationTarget.CLASS
|
||||||
overrideClassFilter {
|
overrideClassFilter {
|
||||||
includes += "*Presenter"
|
includes += "*Presenter"
|
||||||
excludes += "*TemplatePresenter"
|
excludes += "*Fake*Presenter"
|
||||||
}
|
}
|
||||||
bound {
|
bound {
|
||||||
minValue = 90
|
minValue = 90
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue