Red, green and orange bars to the left of the code (line coverage)???
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
- Visual Studio: [example 2015 Professional]
- This extension: [example 1.1.21]
Description
Replace this text with a short description
Steps to recreate
- Replace this
- text with
- the steps
- 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
- It helps to attach a repro solution so i can test the fix
- It helps to attach the log (send it to my mailbox if you need todo so privately : [email protected])
- It helps to attach a screen recoding video of steps to recreate (sometimes a video is worth a thousand words)
- Please consider giving this project a star and become one of the stagazers https://github.com/FortuneN/FineCodeCoverage/stargazers
- Please consider buying me a coffee https://paypal.me/FortuneNgwenya (Once) OR https://liberapay.com/FortuneN/donate (Recurring)
- Please consider rating and/or reviewing https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage&ssr=false#review-details
I would like to request this feature as well
@ooples red not covered, orange partially covered, Green covered. Aside from the number of hits there is no further info.
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: @.***>
We don't define it. It means not all branches are executed.