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
A file that has no executable lines is currently reported to have 0 / 0 = 100% code coverage. This is wrong and confuses a lot of people (see #411 (comment), for instance).
Whatever we do for the HTML code coverage report has to be done in the XML reports as well to avoid confusion through inconsistency. This is what #428 is about.