-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Is your feature request related to a problem? Please describe.
I use a filter on JaCoCo (Java) to exclude some classes from the coverage report (generated classes, POJO, Spring properties classes, Spring configuration, etc.).
When I "watch" for the coverage, the filtered classes appear as "uncovered".
Describe the solution you'd like
I would like my filtered classes to appear as "filtered" or "excluded" instead of "uncovered", so I can differentiate on sight what I uncovered from what I deliberately don't want to cover.
Describe alternatives you've considered
When a class / file isn't in the coverage report, it should be labelled as "filtered" or "excluded" instead of "uncovered".
Additional context
When searching to improve code coverage for the quality gate in Sonar, it would be nice not wasting time on filtered classes.