AxoCover
AxoCover copied to clipboard
Nice and free .Net code coverage support for Visual Studio with OpenCover.
Hi, I have tests in base class with arguments and using Values attribute to declare all combinations. I am not able to understand why AxoCover test list does not show...
 Trying to find a code coverage tool for VS2017 professional for Google Test framework. Apparently VS2017 Enterprise has code coverage built in, but professional does not. Google test framework...
I'm trying to figure out a branch not being covered in my code, and have difficulties defining the case covering it. Are they the jump statements in the order they...
fixes #207
I am getting this error with one of my tests, but this error only shows with the AxoCover Test runner not the Visual Studio Test Explorer. System.IO.DirectoryNotFoundException: Could not find...
https://github.com/axodox/AxoCover/blob/8fa4a433e073ec39f4090091bafe7af734bcb266/AxoCover/Models/Testing/Execution/OpenCoverProcessInfo.cs#L45 Hardcoded `-register:user` parameter causes that when running Visual Studio as administrator OpenCover is not able to register profiler. I have checked that with powershell runned as administraror I am...
When opening Visual Studio 2019 with the new version of AxoCover, I get a warning saying "Visual Studio did not load one or more extensions that were using deprecated API's"....
After running a cover and change tests codes for right flow, tests are not updating running on Axo. In Vs test manager all tests area up to date. Sample: Running...
It would be nice to be able to right-click on a node in the Report tree and click "Exclude" to automatically add it to the filters list. Right now I...