NCover is a code coverage and reporting tool for .NET developers.

learn more… | top users | synonyms

0
votes
0answers
32 views

NCover fails at 'Configuring Profiler', what could be wrong?

I am using Cruise Control with Nant, Nunit, NCover 1.5.8. The build works fine if I remove NCover. But when I include that, the CruiseControl build log halts at following message and then finally ...
0
votes
1answer
123 views

transform opencover xml output to ncover xml

I need the ability to import opencover coverage results in to Jenkins to pull coverage trending data over time. It appears that the best way to do this is going to be finding a way to convert the ...
0
votes
0answers
30 views

NCoverExplorer 1.5.8 is there a way to exclude by attribute?

I am using NCover 1.5.8 - last free version of NCover included in TestDriven.NET. I can see coverage for the project nicely with NCoverExplorer however I have many classes auto-generated by ...
1
vote
0answers
43 views

Can NCover be used to select test cases for NUnit?

What are the best tools for test selection, preferably using NUnit and NCover. I'd like to be able to take a changelist, or list of changed files, and identify the test cases that are likely to give ...
0
votes
0answers
82 views

NCover won't start Gallio running Selenium tests with //iis option

I need to get coverage data from Selenium/WebDriver tests being run through Gallio. I need this to run as an automated task in a Jenkins server on a Windows 2008 R2 Server. I am trying to use the ...
-1
votes
1answer
125 views

DotCover 2.1 vs NCover for CCNet

I am trying to decide which code coverage tool I want to use with my CruiseControl.NET continuous integration server. Which would be a better tool: DotCover 2.1 or NCover 4.0 ?
0
votes
0answers
57 views

Nunit test case is not shown as covered in NCover

Let me know the reason for the below question. I have written NUnit test and is going through all lines of that method in debug mode, but those lines are not shown as covered in NCover report. Note: ...
0
votes
0answers
280 views

NCover vs Opencover vs dotCover vs Partcoevr [closed]

Well, we are building a .Net and C# project and I was just wondering what tool should I consider for running code coverage analysis? Key points would be scalability, reliability and performance. Any ...
0
votes
2answers
461 views

Gallio with NCover shows 0% code coverage in Sonar UI

I am using sonar-runner to run tests and code coverage over my C# code with the help of gallio plugin. The tests are running fine, but I am not able to see any code coverage on the sonar web UI. My ...
0
votes
1answer
38 views

NCover coverage is lower because of no coverage of the models. Improving ncover coverage.

Ncover coverage: There are classes in the project which are used like models(containing only properties). The code coverage for these is not there in the test cases. What is the general way of ...
2
votes
0answers
165 views

NCover (v3.4.18.6937) does not collect any coverage information when testing with Moles (v0.94) and MSTest (v10.0)

currently I am trying to get a code coverage with NCover for a MSTest assembly which uses Moles as Isolation framework. After hours of testing NCover does not gather any coverage information. I ...
2
votes
1answer
253 views

Issue running code coverage with dotCover in release mode

Has anyone successfully run coverage reporting using dotCover (and ideally TeamCity) while targeting release mode in the application? Here's the error message I received (this configuration works in ...
0
votes
1answer
51 views

Exclude XSD files from NCover CruiseControl.Net

I want to exclude XSD files from the NCover report generated after build by CruiseControl. After serching I came across following option from Ncover site ...
0
votes
1answer
66 views

Powershell and NCover

trying to call NCover 1.5.8 from PowerShell. invoke-expression "ncover.console.exe nunit-console-x86.exe Test.dll /labels /xml:test.xml //x coverage.xml //reg" and failed with the message "Profiled ...
-1
votes
3answers
73 views

Best way to get an accessable class in all of my projects

I need to declare an attribute for coverage exclusion in my code, the issue is that i have a project group and i wish to create it somewhere where i can access it from all projects when i need it, ...
1
vote
1answer
65 views

Moles 0.94.51023.0 and NCover 1.5.8

I have been trying to generate coverage from NCover with moles and NUnit as runner but coverage is 0% tried posts at NCover 1.5.8 with Moles/Pex and NUnit how to integrate ncover ,moles & ...
0
votes
1answer
146 views

NCOVER without NUNIT Test cases

I understand NCOVER is an awesome tool to instrument .dll and run Nunit test cases. Is it possible to instrument .dll's and run manual test cases using NCOVER? If yes how? If not then is there a .NET ...
0
votes
2answers
498 views

TeamCity run Nunit tests in Parallel

So I was thinking that there must be a better way to run NUnit tests for a .net project via teamcity. Currently the build of the project takes about 10 minutes , and the testing step takes 30ish ...
1
vote
0answers
130 views

Import NCover or Instrumentation .Coverage files back into TFS 2010. so it shows up in the build summary report

My project has their tests using the NUnit framework, specifically 2.5.9. My build process currently creates nunit xml files, and then I convert them into .trx and publish them into TFS using ...
1
vote
1answer
361 views

ExcludeFromCodeCoverage Exclude Auto-Generated Code

Is there a way to mark an auto-generated class as ExcludeFromCodeCoverage. I am using that attribute in other areas and works great. But if you open the code of the auto-generated guy and mark the ...
0
votes
1answer
297 views

Display NCover coverage report inside TeamCity

I am running NCover 3, with TeamCity 7. TeamCity is kicking off the cover process and I can find the fullcoveragereport.html in my file directory for the build, however TeamCity is not creating a tab ...
0
votes
0answers
31 views

Calls made through reflection is not covered by NCover

I am trying to cover a .net assembly. I use MSTest to run the tests. I have loads of tests that uses reflection to make property calls. After running NCover, I found that all the calls made via ...
0
votes
1answer
124 views

How to run NCover v1.5.8 & Gallio v3.3 on x64 machine

I'm struggling with NCover v1.5.8 & Gallio v3.3 on x64 machine. It can run all the tests but cannot produce the coverage report. The error message: "Profiled process terminated. Profiler ...
0
votes
1answer
144 views

Getting Statistics to show up in TC

I've setup teamcity with my sln file and got the unit tests to show up with the CppUnit plugin that teamcity has. And I get test results in the TeamCity UI. Now I'm trying to get trending reports to ...
0
votes
1answer
200 views

NCover: Exclude unexecutable line of code from coverage

The switch statement in following code has a default clause that is required by the compiler and a nice safeguard, but which is never executed. After writing tests for everything else, there is no way ...
0
votes
1answer
2k views

Sonar, Sonar-runner, Gallio and NCover … Gallio doesn't run :(

is there anyone out there who actually managed to get sonar-runner working with Gallio and Ncover? I've tried every combination in the book and during the run it keeps telling me "INFO ...
0
votes
1answer
617 views

Issue when I am running sonar for my solution. Coverage report is not created by NCover from gallio using sonar

I have an issue when I am running sonar for my solution. we have configured the sonar with Gallio and NCover. But the coverage result is not showing in the result. These are the software versions ...
0
votes
1answer
121 views

Apply multiple ncover coverage filters

I am running a merge using ncover.reporting on a slew of assemblies (250+) and am trying to apply coverage filters to only include assemblies that start with my teams namespace prefix ...
1
vote
1answer
83 views

Show Covering Tests for NCover

In NCover (For NUnit) it shows which parts of code are not getting hit by any of the tests. For code paths that is actually covered, is it possible to find out which tests actually hit them? NOTE ...
0
votes
1answer
127 views

Code coverage in system tests

We've got automated coverage builds, but they only give us numbers for our unit tests. We've also got a bunch of system tests. This leaves us with two problems: some code looks uncovered even though ...
0
votes
2answers
213 views

How does NCover coverage report handle MSTest accessors?

MSTest + Visual Studio generates accessors which appear on the NCover coverage report. They usually have a low coverage in my case. I wonder if I use them in my tests if the method I'm testing will ...
1
vote
2answers
385 views

Excluding method from code coverage Ncover

I have some dll's for which i want to run code coverage using TestDriven.net (ncover) with vs2010. There are some methods which i don't want to be included in the coverage result since those methods ...
1
vote
1answer
194 views

Why is NCover branch coverage 50% even though branch evaluates to both true and false?

In this small piece of code: public event StabilityChangedHandler StabilityChanged; 267 private void RaiseStabilityChanged() { if (StabilityChanged != null) { 1 ...
0
votes
1answer
658 views

NCover 1.5.8 with Moles/Pex and NUnit

I'm having trouble getting the following to work together. NCover 1.5.8 (the version shipped with TestDriven.NET) NUnit 2.5 (the version shipped with TestDriven.NET) Moles and Pex I'm using ...
1
vote
2answers
167 views

.NET - determining which test cases covered a method

I want to know the tests that cover a particular method. However, NCover does not provide this information. I dont want to use VSTS as my code is not in TFS. Is there any way/tool to do that in .NET?
0
votes
3answers
212 views

TypeMock 6.0.4.0 behaves differently on different boxes

Help! This code works fine on my local VS2010 with TypeMock, however fails on our build server, when ran through NCover. My code: using (RecordExpectations expect = ...
0
votes
0answers
277 views

how to integrate ncover ,moles & mstest to get the coverage? [closed]

The command line as the following: set CLRMONITOR_EXTERNAL_PROFILERS={9721F7EB-5F92-447C-9F75-79278052B7BA} "C:\Program Files\NCover\ncover.console" //pm moles.runner.exe "c:\Program Files\Microsoft ...
1
vote
1answer
360 views

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 ...
0
votes
1answer
123 views

NCover branch Coverage

I am using the Ncover 2.1.2.3625. I want branch coverage and sequence coverage. How to get this? The .xml generated is given to the NCoverExplorer to generate the full coverage report. But the full ...
3
votes
3answers
537 views

Running NUnit via NCover with NANT

My unit tests are being executed and reports written, however the coverage reports are empty. This is the Nant task I'm using: <target name="unitTests"> <foreach item="File" ...
1
vote
2answers
341 views

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.
1
vote
2answers
239 views

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 ...
0
votes
1answer
142 views

NCover coverage.xsl file missing

This is my Ncover task portion in my MSBuild script <UsingTask TaskName="NCoverExplorer.MSBuildTasks.NCover" AssemblyFile="$(Libraries)\NCoverExplorer.MSBuildTasks.dll"/> <Target ...
0
votes
0answers
403 views

Getting CruiseControl.NET working in 64-bit mode

CruiseControl.NET previously worked perfectly fine in 32-bit mode, but now my supervisor wants me to get it running in 64-bit mode. Now when I try in 64-bit mode, here is part of the build log and ...
3
votes
4answers
447 views

Should code coverage be executed EVERY build? [closed]

I'm a huge fan of Brownfield Application Development. A great book no doubt and I'd recommend it to all devs out there. I'm here because I got to the point in the book about code coverage. At my new ...
9
votes
8answers
311 views

How to discover which test unit checks which lines of code?

I was fooling around the NUint, hoping to discover a way to realize which line of code passes in which test. Imagine I have a method for which I have 3 tests. Is there any way to find out which test ...
1
vote
2answers
4k views

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 ...
1
vote
2answers
200 views

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 ...
0
votes
1answer
259 views

Ncover integration with CC.Net

I'm using NCover 3.0 .Want to integrate the results into CC.Net .Everything works fine, but the report shown in CC.Net after is not that detailed. I would like to be able to display the uncovered ...
0
votes
1answer
413 views

MSTest or NCover test results in bamboo?

What are the possibilities to get nice detailed test coverage reports with MSTest or NCover results in bamboo build? Is there any integration between Bamboo and Visual Studio 2008 in terms of test ...

1 2 3