axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
248 stars 60 forks source link

AxoCover command line #209

Open ZavalichiR opened 5 years ago

ZavalichiR commented 5 years ago

Can we we AxoCover from command line?

r0k commented 4 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