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
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.
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.
Thank you!