vscode-coverage-gutters icon indicating copy to clipboard operation
vscode-coverage-gutters copied to clipboard

Documentation of commands for new user

Open GirishTabaraddi opened this issue 1 year ago • 1 comments

Hello @ryanluker,

I am a new user to this coverage extension and I am using it to see my C++ Gtest reports in VSCode, I have the lcov.info and coverage.xml files, but I am unsure how to use this extension and what are the available commands, also how to use them. I could not find any helpful document or article on it. Are there any README.md file or closed issues depicting the usage of this extension. I want to display the generated coverage information in VSCode for users to see what lines and functions are covered.

Thanks for helping

GirishTabaraddi avatar Dec 16 '24 09:12 GirishTabaraddi

Thanks for the issue @GirishTabaraddi ! In the future, your question might be better for the discussion area. Definitely more documentation the better, atm we have an area in the main readme area. You can also find all available vscode commands via the command pallet if you start typing >coverage.

ryanluker avatar Jan 05 '25 21:01 ryanluker