ademanuele / VSMac-CodeCoverage

A Visual Studio for Mac code coverage extension.
MIT License
75 stars 16 forks source link

Branch coverage #9

Open jpcoder2 opened 4 years ago

jpcoder2 commented 4 years ago

This extension works pretty well but I've run into a problem where it is showing 95% branch coverage but the visuals do not show where this branch is. It would be nice if the gutter was color coded with a special color to denote a branch coverage issue. It would also be nice to get a list of the lines that are missing coverage and allow jumping right to them instead of having to hunt them down. Again, great tool. Thanks for making it.

ademanuele commented 3 years ago

Hi. Thanks for the great suggestions.

I'll look into implementing this at some point.