You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: