Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement proposal] Add support to delete coverage report from VS #27

Closed
malickf opened this issue Nov 20, 2019 · 3 comments
Closed

Comments

@malickf
Copy link

malickf commented Nov 20, 2019

Hi,
Thank you for your work, it is a very useful and easy to use extension !
I would like to suggest you a minor improvement : to add a menu button to be able to delete the Coverage file from Visual Studio. Indeed once codecoverage is run and analysed, we may want to remove all the colours and reports. It seems the only way is to modify the code or to delete manually the coverage report file. I think it will be very nice if we could do it right from the menu bar in VS.
Thanks again !
Malick

@atlaste
Copy link
Owner

atlaste commented Nov 20, 2019

Yes, we agree :-)
What we do is right click on the code window, and click 'show coverage' - that basically toggles all the highlighting. I'm not 100% sure if it's also in the version we already have online.
We're also currently working on having multiple coverage runs in the same solution. That's a bit tougher though.

@malickf
Copy link
Author

malickf commented Nov 20, 2019

Great !! I wasn't aware of this right-click toggle button. I just tested it on my platform (VS 2019 with CPP Code Coverage 2.31) and it works perfectly. I think my proposal is useless thanks to this magic feature !

@atlaste
Copy link
Owner

atlaste commented Nov 20, 2019

Good. And thanks for confirming it; we're working on a major rebuild, so it's often hard to track what changed and what didn't... Either ways, I'll close the ticket.

@atlaste atlaste closed this as completed Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants