Questions tagged [ncover]

`NCover` is the original `.NET` code coverage tool. Code coverage is a software testing metric that shows which lines of source code have been tested and which lines of source code have been missed.

INDUSTRY-LEADING CODE COVERAGE ENGINE

NCover is the original .NET code coverage tool. Code coverage is a software testing metric that shows which lines of source code have been tested and which lines of source code have been missed. This insight allows you to improve both your testing and your code with the goal of ultimately increasing revenue and reducing costs. By providing sequence point, branch, and method coverage, NCover leads the industry in metrics provided and helps you and your entire team make the best use of time and resources.

32 & 64-BIT SUPPORT

NCover supports both 32 and 64 bit systems, so no matter what your machine configuration, NCover can support you and your team. On 64-bit systems, NCover takes advantage of the increased processing power and memory utilization to provide a best-in-class code coverage experience.

BUNDLED SUPPORT

Every purchase of NCover comes with a full year of technical support and access to product updates and upgrades. As an organization, we are fundamentally committed to making sure that you and your team get the most out of NCover and that it works as promised. Whether you prefer to receive assistance via e-mail, online interactive sessions or even by phone, we have you covered. We also fully support all NCover trial customers, so you can experience what it means to be an NCover customer prior to purchasing.

DOCUMENTATION

If you have a question, or are in the process of determining the best way to integrate NCover into your code coverage process, we have robust documentation on all NCover applications. Documentation can be accessed online and, for Code Central, Desktop and Collector, can also be accessed within the NCover application without the need for an Internet connection. Our online documentation is available to trial customers or anyone who wants to learn more about NCover.

OPTIMIZED MEMORY CONSUMPTION

While NCover is more powerful than ever, it is designed to reduce overall memory consumption. Through a series of memory, cache and data structure optimizations, NCover can handle large projects without the traditional memory bottlenecks associated with code coverage solutions. In addition, the ability to easily manage multiple projects and consolidate execution runs gives you control over the level of system resources required to effectively manage your code base.

AUTO UPGRADE & UPDATE

Whenever there is an upgrade or update for NCover, you will always be the first to know. For Code Central, Desktop and Collector, you will see a small yellow badge located in the top left corner of the application. Simply click on the badge and select that you would like to install the upgrade or update. The installer will automatically take care of the rest. For Bolt, you will be alerted and can manage upgrades and updates with Visual Studio's Gallery Update function. Every purchase of NCover comes with a full year subscription to upgrades and updates.

137 questions
1
vote
1 answer

CC.Net NCover exclude assemblies

I have a CC.Net with ncover reports with a project that contains different assemblies. The things is that I want only to have ncover reports only from the "main" project and not other dll like a Businessframework that is tested in another…
guillem
  • 2,768
  • 2
  • 30
  • 44
1
vote
2 answers

Using NCover free version

I've downloaded NCover 1.5.8, run the .msi that's in the .zip file -- now what do I do? I can't find any documentation, I can't find any program to run.
digitig
  • 1,989
  • 3
  • 25
  • 45
1
vote
2 answers

ExcludeAttributes not working in NCover 1.5.8

I created a custom attribute called "CoverageExcludeAttribute", and placed it above the classes which I want to exclude from my code coverage analysis. But the exclusions doesn't work. The coverage report shows coverage for the Test dll along with…
Sandeep
  • 5,581
  • 10
  • 42
  • 62
1
vote
1 answer

How to configure jenkins to generate Test Results with code coverage using NCover

I have installed NCover in my CI server . How can I configure jenkins to show html reports with contains test results with code coverage? I have found a post but it is using something called Gallio ( …
Jayantha Lal Sirisena
  • 21,216
  • 11
  • 71
  • 92
1
vote
2 answers

Why is NCover ignoring my assemblies?

I am using NAnt to run my builds with TeamCity. The build is running without any problem. It also displays me that all tests had passed. NCover created the coverage xml file. There are a lot of information about the components mspec is using to run…
1
vote
1 answer

MSBUILD Run NCover Against Matched Projects

I am using MSBuild and am getting all test projects using a regex on the project name, like this. I now…
Fenton
  • 241,084
  • 71
  • 387
  • 401
1
vote
1 answer

How do I mark code to be excluded from code coverage analysis in VSTS

NCover has an attribute IgnoreFromCoverage that allows for code to be marked for exclusion during code coverage analysis. Is there a way to do this with the VSTS Code Coverage Tools? Obvious uses for this would be auto property getters and setters,…
Dennis Burton
  • 3,282
  • 3
  • 23
  • 30
1
vote
1 answer

Need help integrating NCover 3.4 into CruiseControl.Net 1.5 with xUnit 1.6.1

I'm trying to integrate NCover into my CC.net build. I followed an article I found here http://csut017.wordpress.com/2009/05/29/improved-ncover-integration/ that I pretty much followed verbatim except that we use xUnit instead of nUnit for our unit…
Snarfblatt
  • 522
  • 4
  • 9
1
vote
2 answers

NCover 1.5.8 does generate coverate report

I run NCoverExploler, configure it, so command line look like this "D:\Development\Projects\t.net\lib\NCover\NCover.Console.exe" //reg //w "D:\Development\Projects\t.net\build_output\t.net" //v…
Alexander Beletsky
  • 19,453
  • 9
  • 63
  • 86
1
vote
1 answer

Testdriven.net NCover integration: Excluding methods from Coverage Reports

I am using Testdriven.net to run NCover on my assemblies. However, I need to exclude certain methods from the coverage report. How can I do this?
Johannes Rudolph
  • 35,298
  • 14
  • 114
  • 172
1
vote
2 answers

Run a silverlight unit test inside of nunit-console.exe

What is the best way to do this? I want to get this working with nCover.
Xander
  • 9,069
  • 14
  • 70
  • 129
1
vote
0 answers

All C# unit test dlls not executed on Jenkins

I am trying to run unit tests from build file using nunit-console-x86.exe. I am reading the dlls from a nunit project file which has 33 entries. On my system all the tests are running, but when the same build file is running through Jenkins, only 15…
Neha
  • 11
  • 2
1
vote
0 answers

NCover wait command for report generation

Hi I am trying to collect unit test coverage from nCover. I am using below commands. But the Ncover report command is executed immediately after ncover run. This is causing sync issue because code central is taking little extra time, about 30…
1
vote
0 answers

How to get NCover from TestDriven.NET to generate code coverage via the command line

I have VS 2010 Premium SP1 and using MSTest The project has a web reference to a Web Service The tests are integration tests TestDriven.NET-3.8.2877 RTM which includes NCover 1.5.8 My problem is that it runs the MSTests and creates the pass/fail…
JdcTurb
  • 7
  • 5
1
vote
2 answers

nCover + MSTest + CruiseControl = Zero Coverage

I use CruiseControl.net, MSTest 3.5 and nCover 1.5.8. I am new to nCover and want to integrate it in CruiseControl. The problem is that I get a 0% coverage result but it should be 100%. My demo app calls just one method and in my mstest project this…
user384470
  • 136
  • 5