FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
522 stars 40 forks source link

Red, green and orange bars to the left of the code (line coverage)??? #318

Closed mwestley61 closed 6 months ago

mwestley61 commented 1 year ago

Hi there! I came across your extension for MS's Visual Studio and thought it looked to be helpful so I installed it (I'm using it in VS 2022). So far I'm finding it useful having coverage showing right inline with the code. The only thing I was wondering would be if you could maybe display some more helpful detailed info, something about the particular line being hovered over whenever one hovers over the red, green and orange bars to the left of the code. I assume that red stands for not covered, green for covered and orange I don't know. Maybe you could include a legend somewhere that tells what the colors mean too. Just a thought.

Thanks for your good work on this!

Mike Westley

Installed product versions

Description

Replace this text with a short description

Steps to recreate

  1. Replace this
  2. text with
  3. the steps
  4. to recreate

Current behavior

Explain what it's doing and why it's wrong

Expected behavior

Explain what it should be doing after it's fixed.

Side Notes

ooples commented 9 months ago

I would like to request this feature as well

tonyhallett commented 9 months ago

@ooples red not covered, orange partially covered, Green covered. Aside from the number of hits there is no further info.

ooples commented 9 months ago

How do you define partially covered?

On Mon, Dec 11, 2023 at 11:55 AM Tony Hallett @.***> wrote:

@ooples https://github.com/ooples red not covered, orange partially covered, Green covered. Aside from the number of hits there is no further info.

— Reply to this email directly, view it on GitHub https://github.com/FortuneN/FineCodeCoverage/issues/318#issuecomment-1850478918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXO4ZK2GUBWV7FL2OGXICTYI43HNAVCNFSM6AAAAAATYSOJ6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJQGQ3TQOJRHA . You are receiving this because you were mentioned.Message ID: @.***>

tonyhallett commented 9 months ago

We don't define it. It means not all branches are executed.