Merge pull request #817 from vector-im/misc/cjs/drop-coverage-threshold
This commit is contained in:
commit
54c7e8bb57
1 changed files with 1 additions and 4 deletions
|
|
@ -225,12 +225,9 @@ koverMerged {
|
|||
includes += "*Presenter"
|
||||
excludes += "*Fake*Presenter"
|
||||
excludes += "io.element.android.appnav.loggedin.LoggedInPresenter$*"
|
||||
// Too small presenters, cannot reach the threshold.
|
||||
excludes += "io.element.android.features.onboarding.impl.OnBoardingPresenter"
|
||||
excludes += "io.element.android.features.preferences.impl.about.AboutPresenter"
|
||||
}
|
||||
bound {
|
||||
minValue = 90
|
||||
minValue = 85
|
||||
counter = kotlinx.kover.api.CounterType.INSTRUCTION
|
||||
valueType = kotlinx.kover.api.VerificationValueType.COVERED_PERCENTAGE
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue