Open ZavalichiR opened 5 years ago
Slightly late.
Quote: AxoCover is really just a UI that integrate into Visual Studio. The engine that drives the code coverage is a different open source project called OpenCover, that has a command-line only interface. OpenCover is installed automatically when you install AxoCover.
So basically you can try to use the OpenCover installation underneath AxoCover or use a separate OpenCover executable / installation. Search opencover.console.exe
under %APPDATA%\..\Local\Microsoft\VisualStudio\
...
A good start on open cover commandline usage (filtering, coverage and reporting) is at CodeProject
Can we we AxoCover from command line?