kotlinx.kover.api.KoverTaskExtension#getExcludes does not exclude classes and functions from the report #162
Labels
Question
Support request issue type
S: waiting for clarification
Status: additional information required to proceed
Summary
Excluding packages, functions or classes using
excludes
, disables instrumentation for these classes, but they are still displayed in the report and therefore still reduce overall code coverage.given
In root project:
in subproject:
when
./gradlew koverReport
then
Excluded packages are listed in the report with 0 coverage, thereby reducing overall code coverage.
expected
Excluded packages are completely removed from the report and do not count towards overall code coverage.
The text was updated successfully, but these errors were encountered: