aconrad / pycobertura

A code coverage diff tool for Cobertura reports
MIT License
114 stars 39 forks source link

"Missing" column shouldn't include covered lines #148

Closed aconrad closed 1 year ago

aconrad commented 2 years ago

Currently, the "Missing" column shows uncovered lines introduced as well as newly covered ones. Showing covered lines under "Missing" is confusing because developers care about uncovered lines and, well, if it's covered then it's not missing. 😏

See original comment.

aconrad commented 1 year ago

pycobertura 3.0.0 was released