You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
In Eclipse:
Window -> Preferences -> Java -> Code Coverage
Specifying a class within the "Coverage Runtime: Excludes" section causes the coverage for that class to become 0%. However, the "Missed Instructions" for those classes are still included in the coverage report.
In my opinion, this option should also remove these lines from the denominator.