Tagged Questions
nCover is a code coverage and reporting tool for .Net developers from Gnoso.
12
votes
1answer
1k views
NCover vs dotCover
I'm configuring continuous integration enviroment with TeamCity and has to select some code coverage tool. The main candidates I'm selecting from are dotCover, partCover and NCover.
The only one ...
11
votes
2answers
981 views
Force NCover 1.5.8 to use v4 framework like testdriven.net does?
I want to run coverage from the command line, but can't seem to get NCover 1.5.8 to instrument the code. It must be possible as when I run coverage tests with TestDriven.net it works. the difference ...
11
votes
4answers
1k views
Is there a free code coverage tool suitable for use with .NET 4 and NUnit?
Is there a free code coverage tool suitable for use with .NET 4 and NUnit that runs from the command line (and is thus suitable for use on a build server)?
Please note that any tools that require ...
9
votes
4answers
3k views
TestDriven.net with Gallio, MbUnit and NCover problems
Why doesnt TestDriven.Net work with my gallio/mbunit tests?
I've used TDD.Net with MbUnit v2 and not had any problems, but with the new gallio release on my new pc, it does nothing.
From the tdd ...
8
votes
2answers
379 views
Code Coverage and Blame
Has anyone seen a tool that will integrate code coverage results with SCM/VCS to attribute untested lines of code to developers?
For example, is there a tool that will take NCover's Coverage.Xml, ...
7
votes
8answers
178 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 ...
7
votes
2answers
278 views
NAnt: executing NCover as administrator account - runas returns directly without waiting
My NAnt build runs as a non-admin as part of CruiseControl. But we have an NCover task which needs to run as an Administrator. For this we are thinking about using RunAs with an admin account.
The ...
7
votes
4answers
14k views
HRESULT: 0x80131040: The located assembly's manifest definition does not match the assembly reference
The located assembly's manifest definition does not match the assembly reference
getting this when running nunit through ncover. Any idea?
6
votes
4answers
301 views
Should I Use a Code Coverage Tool?
I'm interested in using a code coverage tool for my next .NET project but was wondering if it is necessary for me? I'm the only developer in the company I work for, so would using NCover be a benefit ...
5
votes
1answer
961 views
TeamCity MSBuild Gallio NCover Reporting
I'm a complete build system newbie through and through. I've been playing with this for about two weeks on and off now and I just can't crack it, I think I've reached a point where I need a fresh ...
5
votes
3answers
1k views
Use attribute to omit code from coverage analysis in Visual Studio
I have some classes that, for one reason or another, cannot be or need not be unit tested. I'd like to exclude these classes from my coverage metrics so that I can get a better feel for the coverage ...
5
votes
6answers
813 views
NCover on 64-bit system
What do you suggest to use for code coverage on 64-bit environment. It seems that NCover supports 64-bit only in Enterprise version which seems to be quite expensive. Or isn't it? What are people ...
4
votes
5answers
212 views
Is there a way to determine code coverage without running the code?
I am not asking the static code analysis which is provided by StyleCop or Fxcop. Both are having different purpose and it serves well. I am asking whether is there a way to find the code coverage of ...
4
votes
4answers
1k views
Where to get NCover from?
I realise NCover has gone commercial. I am looking for the free version. Where do i get the latest free version of NCover?
The NCover website only talks about a trial version of the commercial ...
4
votes
2answers
1k views
alternatives to NCover?
Having problems with merging multiple ncover reports into one big report, I'm looking for a free alternative to ncover.
It should have to possiblity to work with nunit, where nunit is configured to ...
3
votes
3answers
118 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" ...
3
votes
4answers
149 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 ...
3
votes
2answers
857 views
Setting up NCover for NUnit in FinalBuilder
Solved: Look at the bottom of this question for the working configuration
I am attempting to set up NCover for usage in my FinalBuilder project, for a .NET 4.0 C# project, but my final coverage ...
3
votes
1answer
417 views
Gallio and MbUnit in NAnt
I am trying to use Gallio (v3.1)/MbUnit/NCover to run a unit test in my C# code, as part of the build process for my continuous integration system.
I can get Gallio.Echo.exe to execute the tests and ...
3
votes
1answer
983 views
NCover Nunit CruiseControl.NET Task with NCover Addin
Can someone provide me a sample for a ncover task for a nunit dll?
3
votes
2answers
490 views
Code Coverage for Mono?
mono creates its own debug targets called .mdb files when you use the mcs compiler.
is there a way of using NCover or another code coverage tool with Mono?
a commandline tool would be better so I ...
3
votes
4answers
1k views
ncover with nunit2 task in NAnt
Is there any chance to get this work? I want my tests to be run by nunit2 task in NAnt. In addition I want to run NCover without running tests again.
2
votes
2answers
218 views
asking for advice for code coverage and unit test
I am using VSTS 2010 + C# + .Net 4.0. I want to do code coverage for unit tests. I have two choices after investigating, my question is, I want to know the pros and cons of such two tools/choices.
...
2
votes
2answers
874 views
Issues integrating NCover with CC.NET, .NET framework 4.0 and MsTest
I'm implementing continuous integration with CruiseControl.NET, .NET 4.0, NCover and MsTest. On the build server I'm unable to run code coverage from the Ncover explorer or NCover console. When I run ...
2
votes
3answers
208 views
ncover merge reports
we are using NCover from http://www.ncover.com/
For our application we have 6 different solution and we create report for each solution.
In NCover explore there is MergeData option which I can use to ...
1
vote
1answer
44 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 ...
1
vote
2answers
49 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?
1
vote
1answer
74 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 ...
1
vote
1answer
96 views
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.
<RegexMatch Input="@(AllProjects)" Expression="(.)*Test(.)*">
<Output ...
1
vote
2answers
496 views
Getting TeamCity to run NUnit tests, with both NCover and TypeMock integrated?
Basically I'd like to use the NUnit plugin for TeamCity (the program, not necessarily the specific build step using it) to run my unit tests, with NCover for code coverage, and since my unit tests ...
1
vote
4answers
145 views
NCover Subscription - is it worth paying the money for it?
I just have a quick question in relation to the NCover software. NCover is an awesome tool but I do not have any historical experience with it to justify to my manager if buying the subscription is ...
1
vote
1answer
154 views
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 ...
1
vote
1answer
282 views
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 ...
1
vote
2answers
382 views
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 ...
1
vote
2answers
149 views
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.
1
vote
2answers
153 views
NCover code coverage result for deliberately failing tests
I have a couple of unit test helper extension methods, such as, IsNotEmpty(this string str) for which I have also written unit tests. The basic structure of these tests is that I have one test that ...
1
vote
2answers
296 views
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 ...
1
vote
2answers
228 views
NCover 1.5.8 / NCoverExplorer 1.4.0.7 manual exclusions are very flaky
I haven't yet installed my license of NCover 3, and am still running 1.5.8 on my build server. I am trying to exclude full assemblies and specific classes that I don't want included in the report, ...
1
vote
1answer
147 views
New NCover 3.4.2 makes all my MSTest unit tests fail
Yesterday, I decided to install the newest NCover version (3.4.2). However, when I ran it on my existing .ncover configuration file, the NCover output suddenly reported that all my MSTest tests ...
1
vote
1answer
186 views
NCover couldn't create a coverage report. 0 Passed, 0 Failed, 0 Skipped
I am using Visual Studio 2008 Professional with TestDriven.NET 2.14.2190, Windows XP (x86).
When i right click on my unit tests project, test with - Coverage, I obtain the following output:
NCover ...
1
vote
2answers
411 views
TeamCity and NCover integration, exclude files/types just gives me errors
I am trying to integrate NCover 2 into TeamCity 5.0.1, and since I have some files in the project that are out of my control, I'd like to exclude those from the NCover statistics.
In the TeamCity ...
1
vote
1answer
102 views
NCover installation
I'm installing NCover Complete trial version, and wondered if it's possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version of NCover (v3.3.2) would ...
1
vote
1answer
379 views
Has anybody integrated NCover with TFS?
Over the past year my group (some 50 engineers) moved onto Team Foundation Server and are now using it for source control, bug tracking and building.
We have tens of thousands of lines of existing ...
1
vote
1answer
255 views
Is there a TFS check-in policy for Nunit and NCover?
I would like to enforce my users to run unit tests and code coverage,
but we are using Nunit and NCover, not MS Team system unit test\ coverage framework.
How canI do it? Is there a matching check-in ...
1
vote
2answers
813 views
TestDriven.NET vs NCover
The company I work at is going to buy some software tools for me to use, but I do have a budget to work with. I have some unit tests written for NUnit, and am looking at getting TestDriven.NET, ...
1
vote
1answer
724 views
Getting NCover to work on .Net 4.0 Beta 1
I'm the author of Gallio which includes NCover integration so I was curious to see what NCover would do on .Net 4.0 Beta 1. I didn't expect it to work (it didn't). However I'm curious as to whether ...
0
votes
1answer
108 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 ...
0
votes
4answers
71 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
46 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 ...
0
votes
1answer
23 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 ...