simplecov-ruby / simplecov-html

HTML formatter for SimpleCov code coverage tool for ruby 1.9+
http://github.com/colszowka/simplecov
MIT License
74 stars 117 forks source link

Print branch coverage with line coverage #103

Closed jeremyevans closed 11 months ago

jeremyevans commented 4 years ago

Almost everyone using branch coverage is going to want to see the branch coverage and the line coverage output.

PragTob commented 4 years ago

Hi @jeremyevans and thanks for your PR! Nice to see you around here :eyes:

And yes it is, @tycooon was/is working on something for this but also including method coverage (which they're implementing). So I'd first wanna check with them before it gives them merge conflicts :D

WhatsApp Image 2020-05-10 at 07 27 49

gPrado commented 3 years ago

Any news on this feature? It seems to be a very small PR, it must be simple to fix any eventual merge conflict.

jeremyevans commented 2 years ago

It's been over 2 years. Can we please merge this or #117? As @gPrado mentioned, any merge conflict is likely to be small, so I'm not sure why that would block merging for two years. @amatsuda is it possible you could review and merge this, since it looks like you merged the most recent commits?

amatsuda commented 11 months ago

Merging this one, finally. Sorry for leaving this simple patch open for 3 years.

I knew that this feature was missing, but I've been thinking that I'd better not do anything besides housekeeping because I'm not the original author nor the main maintainer of this repo. Anyway, thank you @jeremyevans for the patch!