aconrad / pycobertura

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

only return uncovered lines in Missing column #154

Closed gro1m closed 2 years ago

gro1m commented 2 years ago

Addresses https://github.com/aconrad/pycobertura/issues/148. @aconrad Please review! Unfortunately the file_source function is a bit unreadable for me, so I chose to return a tuple where the second element is always True. But probably at some point, we would like to separate the line-edit part.

aconrad commented 2 years ago

Wonderful, thank you so much @gro1m !!