dotCover CLI - On machine with VS Pro 2017
Completed
Hi,
Is it possible to create coverage from dotCover CLI if VS 2017 Pro is installed , The VS PRO is missing coverage ability.
Is it possible ?
Thanks
Please sign in to leave a comment.
You can use the description given in the page https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_LIne.html
Find the word "dotnet" and in that section they ask you to do a dotnet restore followed by running the test. this can be done from a windows command prompt.
Thanks