AxoCover icon indicating copy to clipboard operation
AxoCover copied to clipboard

Nice and free .Net code coverage support for Visual Studio with OpenCover.

Results 88 AxoCover issues
Sort by recently updated
recently updated
newest added

Versions: VS 2017 Community 15.7.1 AxoCover 1.1.6.14 OpenCover 4.6.519 Issue: ``` Test execution started. Test execution failed. SerializableException: The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start()...

Hey, I was wondering if there is a way to exclude .ctor from coverage? I'm using Visual Studio 2017 if it makes any difference. I have tried to read the...

I am using MSTest V2 because of the great InAssembly Test parallelization feature and use axocover for code coverage. While most of my tests are thread safe, some of them...

I selected cover after each build (right click solution in tests tab) but each time I re-open the solution in VS this selection has not saved. I'm using VS2017 pro

When I run unit tests on my solution, I always get the error below. Can anyone help me ? "< Could not execute tests. < SerializableException: Não foi possível carregar...

Export tab is not showing to view the code coverage results. Please find the below screenshot and resolve this issue ![AxoCovevr_ExportIssue](https://user-images.githubusercontent.com/16759651/55870537-6c3ac380-5ba6-11e9-896d-b3a3233c7216.PNG)

The installer only show 2015 as installed on a PC where I have 2015, 2017 and 2019 (all are Professional Edition).

There are already some issues regarding .net core support: #9 #33 Instead of activly building a test runner with .net core support and supporting the mstest/xunit/nunit core versions, it would...

I'm getting an error in the AxoCover Output window pane when I click the Cover option in the header bar, the Cover tests option in the context menu, or build...

bug

Hi, I have created a C++ CLI project using the latest Visual Studio 2017 (Version 15.9.10 on a 64-bit Windows 10 PC), then I have added a couple of MsTest...