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

Please support the `[Explicit]` attribute in NUnit > The Explicit attribute causes a test or test fixture to be ignored unless it is explicitly selected for running. [(source)](http://nunit.com/index.php?p=explicit&r=2.2.2) **expected** test...

enhancement

Please add a slider to control the maximum height of the output pane of the test runner's ui. ![testrunner](https://user-images.githubusercontent.com/2132322/46561010-6a243f00-c8bb-11e8-9dda-389da2ea975b.png) Thank you

When I am doing 'cover test' it is breaking with following error: Test execution failed. SerializableException: The server did not provide a meaningful reply; this might be caused by a...

Hi, I am using xunit.net 2.2 to do testing, but the test case list did not render test cases that using `System.Windows.Input` namespace. Here is the repo for recreating the...

When the tool first opens, only the tests and settings tabs are shown. If any test projects are found, then the "Open External Report" button is replaced with the projects....

As it says on the tin... If "Cover after each build" is select then the analysis starts after the Clean solution is completed, which always fails since there are no...

We've been using Axocover for about a year and we love it. Never had any problems. Today I tried to check our coverage and got no results. The 'Assemblies' item...

Is it possible to limit code coverage to only properties and methods that are above a given cyclomatic complexity? This would avoid having to at unit tests for constructors, methods...

Using NUnit3 framework, if you have a base class with [TestCase] tests AxoCover doesn't discover them but normal [Test] tests are discovered. For each test not discovered I get the...

Hi, We recently updated our project MSTest.TestAdapter to new version v1.2.0 to make use of latest features like DynamicData for test cases. MSTest.TestAdapter included in AxoCover doesn't support the DynamicData...

enhancement
implemented