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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I have a CMake based C++ app with some CTests.
Test coverage tool works fine (almost) from inside VS Enterprise. The Test Explorer discovers the defined CTests and the Coverage Tool runs them and creates a report.
How can I run the test coverage over the available CTests from command line?
I guess VSTest.Console.exe should be used, but not clear how.
Can you please provide information about it?
Thanks and regards.
The text was updated successfully, but these errors were encountered:
I have a CMake based C++ app with some CTests.
Test coverage tool works fine (almost) from inside VS Enterprise. The Test Explorer discovers the defined CTests and the Coverage Tool runs them and creates a report.
How can I run the test coverage over the available CTests from command line?
I guess VSTest.Console.exe should be used, but not clear how.
Can you please provide information about it?
Thanks and regards.
The text was updated successfully, but these errors were encountered: