Merge pull request #817 from vector-im/misc/cjs/drop-coverage-threshold

This commit is contained in:
Chris Smith 2023-07-07 14:08:39 +01:00 committed by GitHub
commit 54c7e8bb57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}