6
votes
2answers
249 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' …
5
votes
5answers
174 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 …
4
votes
5answers
359 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? …
3
votes
2answers
294 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 nuni …
3
votes
3answers
1k views
TestDriven.net with Gallio, MbUnit and NCover problems
Hi,
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 n …
3
votes
1answer
471 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
224 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 wou …
2
votes
3answers
52 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 …
2
votes
2answers
130 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 fe …
2
votes
4answers
778 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.
1
vote
1answer
19 views
NCover installation
Hi,
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 …
1
vote
2answers
204 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 …
1
vote
1answer
125 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 c …
0
votes
0answers
12 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 ex …
0
votes
1answer
30 views
How do I stop NCover from hijacking every .NET assembly?
Hey all,
I know that this, strictly speaking, is not a programming question, but I think the only people who can answer it are programmers.
I've never had this happen before, but …
