exclude fakes from code coverage

This commit is contained in:
Florian Renaud 2023-04-05 13:54:24 +02:00
parent 16382a3eef
commit 831eb7c840

View file

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