Kotlin / kotlinx-kover

Apache License 2.0
1.28k stars 48 forks source link

Allow for classes to be Included by annotation #274

Closed KennyGoers closed 1 month ago

KennyGoers commented 1 year ago

Currently Kover only supports exclusion by annotation.

As a development team we have added and filtered classes that are marked with an annotation (@Testable for example) that require a minimum of 95% coverage because they are business logic only, would be very nice to be able to include by annotation to minimum the external code we write to do this currently with JaCoCo.

zuevmaxim commented 6 months ago

https://youtrack.jetbrains.com/issue/IDEA-338719

shanshin commented 1 month ago

Implemented in 0.8.0