aconrad / pycobertura

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

[Feature Request] Adding before/after columns in the summary table #145

Open chixiangzhou opened 2 years ago

chixiangzhou commented 2 years ago

The current pycobertura diff report only shows the diff part (e.g, diff miss, diff coverage), which might cause some confusion without knowing the before/after coverage info.

It would be nice if we can also show the coverage info in the summary table before and after the changes were introduced.

gro1m commented 2 years ago

@loganharbour Is this related: https://github.com/aconrad/pycobertura/issues/117?