Tagged Questions
PartCover is an open source code coverage tool for .NET
21
votes
5answers
12k views
Getting PartCover to work
I want to try PartCover for code coverage. I'm running Visual Studio 2008 Professional with MSTest. The Professional Edition does not include the Team Testing tools, like Code Coverage.
So, I'm ...
14
votes
1answer
2k views
How do I run PartCover in x64 windows
I am trying to run PartCover to test the coverage of some tests with Gallio on windows x64. However trying to run it gives the following error.
Retrieving the COM class factory for component with ...
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 ...
7
votes
6answers
2k views
Using PartCover 2.3 with .NET 4.0 runtime?
I've successfully got PartCover 2.3 working with VS 2008 on my 64-bit machine.
I'm now trying to get it to work with VS 2010 and NUnit 2.5.3. I've got NUnit using the correct CLR version, but I can't ...
7
votes
6answers
2k views
How do I include full PartCover results with TeamCity 5?
I'm trying to get PartCover reports to generate correctly in TeamCity 5.0. When I click the Code Coverage tab in the build details, the reports are empty.
I'm using the sln2008 build agent and my ...
5
votes
2answers
1k views
PartCover console produces empty output xml
I'm using partcover to produce codecoverage for a bunch of mstest powered unit tests.
I use the command line:
PartCover.exe --target "c:\Program Files\Microsoft Visual Studio ...
4
votes
2answers
211 views
Branch coverage for expressions in OpenCover
Does branch coverage work on the following statement?
I expected a red indicator because the first expression only has tests where it is false and not true.
tax.Voided = P_tax.Amount == ...
4
votes
1answer
379 views
PartCover 4.0 Only Reports NUnit Libraries
I'm using PartCover 4.0 (from the sourceforge page, latest dev build) with NUnit 2.5.8 on Windows 7 (x64). PartCover runs ok (using the -x86.exe), but it only shows me coverage for various NUnit ...
4
votes
2answers
1k views
Why PartCover report shows 0% when mstest runs successfully and all tests pass
I'm trying to get code coverage with mstest tests.
I'm using PartCover 2.2.0.36424.
The problem is with real assemblies, I get 0% code coverage (Note: All tests pass).
On demo test for demo source ...
3
votes
2answers
691 views
NUnit 2.5.6 + PartCover 2.0/4.0 = My Classes Not Shown
Summary: I can run unit tests and code-coverage, but the report only includes NUnit classes, not my application classes.
I have successfully used PartCover in the past. Not so this time. I tried the ...
3
votes
2answers
999 views
PartCover and TeamCity
I am using TeamCity to build via a solution file. I am attempting to get "PartCover" to work it. It is easy enough to point it to the partcover.exe, I am just unsure how to get team city to produce a ...
3
votes
3answers
422 views
Partcover and Typemock integration
I was wondering if someone has some ideas about how to integrate typemock and partcover.
We have unit tests which use typemock in our c# sharepoint based application and we would like to run them via ...
2
votes
0answers
76 views
PartCover producing empty xml when upgrading applications to .Net 4.0
We have been running PartCover on applications, and they were producing xml reports just fine. However, we upgraded all our applications from .Net 3.5 to .Net 4.0, and now, PartCover just produces an ...
2
votes
1answer
158 views
Merging several PartCover reports into a CruiseControl.Net build log
I run a sequence of integration tests of several components as a part of a CruiseControl.Net project. Then I merge PartCover reports into the overall build report and here comes the problem: every ...
2
votes
2answers
201 views
Is there CI server software that can do all of this?
I'm trying to put together a Continuous Integration server that will do the following:
Work with subversion
Use NUnit tests (fail build on failed tests)
Use partcover (fail build on < X% ...
2
votes
1answer
606 views
Getting Partcover and Gallio to work on the command line error, report is Empty?
I have gotten PartCover 2.3 and Gallio 3.1 to work through the Partcover coverage browser. When I try rerunning the command on the command line I am getting a CorProfiler is turned off, and then the ...
2
votes
1answer
988 views
CorfFlags warning CF011 about strong name signed even after /force
Im trying to use Corflags to get PartCover running under x64. When I use:
CorFlags.exe PartCover.exe /32BIT+ /Force
i get:
corflags : warning CF011 : The specified file is strong name signed. Using ...
1
vote
2answers
172 views
PartCover with TeamCity
I'm trying to setup partcover for .net 4 on x64 machine with TeamCity.
Tests are executed, but coverage report shows 0 coverage.
I'm getting the following message in log:
No executable code was ...
1
vote
1answer
113 views
No results from Partcover with MSTest
I am trying to get to grips with Partcover for possible integration with a build machine.
I am running Partcover in the command line with the following command:
PartCover.exe --settings settings.xml ...
1
vote
2answers
186 views
Nant xmlpeek issue
I'm currently trying to parse a coverage file from PartCover using a nant task. The problem is that the structure requires a bit of counting. To do this i'm looking at the example posted at ...
1
vote
1answer
72 views
Have PartCover include an assembly with “System” in name
I am trying to use the PartCover (v.2.3.0.36319) to measure code coverage on assemblies from unit tests run in MSTest. I can get successful reports on all assemblies except one named SystemLogger. Ive ...
1
vote
3answers
807 views
PartCover 2.5.3 win 7 x64
Could you tell me how you got PartCover running with VS2008 and win 7 x64? Based on this post How do I run PartCover in x64 windows, I ran
c:\Program Files (x86)\Gubka Bob\PartCover .NET ...
0
votes
1answer
182 views
Sonar C# plugin don't take into account 100% covered files
we use the following suite to analyse our .Net4 project:
Maven 2.2.1
Gallio 3.2.750
PartCover 4.0.20626
Sonar 2.9
Sonar C# Plugins Ecosystem 1.0
When we open the coverage report file (build with ...
0
votes
1answer
67 views
Method exclusion in PartCover
I am trying to modify the PartCover source code to exclude coverage by method. However,it looks like the main logic is in the c++ code. Since it is not possible to step into the cpp code while ...
0
votes
1answer
74 views
Partcover: Exclude multiple namespaces via commandline
I'm using Partcover to generate code coverage statistic and want to exclude multiple namespaces using commandline parameter --exclude.
I can't manage to specify multiple namespaces to be excluded, ...
0
votes
1answer
110 views
PartCover generates empty output file
I'm currently trying to create a Nant task for our TeamCity setup so that our UnitTests are ran through Gallio and covered by PartCover. The task looks like this:
<!-- UnitTest Configuration ...
0
votes
1answer
98 views
running partcover on a 64 bit machine generates 1KB output file
When i run the partcover from the console on a 32 bit machine, i am getting 5 mb file generated as output. But when i ran the same on 64 bit machine's commmand prompt i am getting 1 KB file as the ...
0
votes
1answer
173 views
PartCover browser not opening code files
We're generating PartCover reports via the command line tool along with our CruiseControl.Net unit tests. This generates an xml file that displays the results nicely on the cruisecontrol dashboard. ...
0
votes
3answers
1k views
How to use: PartCover .NET 4 with NUnit 2.5.6
Say I have Test assembly (NUnit compliant) App.Test.dll and a library to be tested App.dll.
How do I get the code coverage analysis using PartCover and NUint?
0
votes
2answers
196 views
PartCover and multiple TargetArgs
I need to load coverage report from multiples test source, but if I set multiple dlls (two of them test the same class) in TargetArgs, the coverage data is overwritten with the results of the last ...
0
votes
1answer
369 views
How do you run PartCover with spaces in the path?
I have a msbuild file that I'm trying to run from Hudson CI. It outputs like this
"C:\Program Files\Gubka Bob\PartCover
.NET 2\PartCover.exe" --target
"C:\Program Files\Microsoft Visual
...
0
votes
1answer
117 views
PartCover code details
I am using PartCover 2.2/2.3(trying with both) on win 7 x64. After generating report and selecting view coverage details, I can see for each method the code coverage. When I click on a method I see on ...
0
votes
1answer
190 views
PartCover shows 0% coverage for getter and 100% coverage for setter despite the code being commented out
I have a public property in my code as below:
[DependencyInjection]
public IEVentController EventController
{
get;
set;
}
I also have a line of code referencing the EventController property:
...
0
votes
1answer
28 views
Can PartCover work with WCF (remotely running)?
Can PartCover coverage for remotely running binaries ?
0
votes
1answer
675 views
Another PartCover Empty Report Question
I've tried the steps listed here, but I still can't get partcover to generate any output other than:
<?xml version="1.0" encoding="utf-8"?>
<PartCoverReport ver="2.2.0.36423" />
Here is ...
0
votes
1answer
456 views
Exclude System.Diagnostics.Contracts When Using PartCover
I am trying out the .net Code Contracts fro .net 3.5
I have some unit test that I am running PartCover over to calculate the code coverage.
PartCover keeps including the System.Diagnostics.Contracts ...
0
votes
5answers
2k views
How to generate an HTML report from PartCover results .xml
How to generate an HTML report from PartCover results .xml
0
votes
2answers
689 views
Getting PartCover.Browser.exe to show a coverage xml through command line
Need help with a silly question. How do I get PartCover.Browser.exe to load and show an existing coverage xml generated by PartCover.exe?
I have a batch file that runs PartCover.exe and my tests and ...
-1
votes
1answer
182 views
Why is it such an effort to setup code coverage in TeamCity?
I'm using Teamcity 6.0 and want to add code coverage to our NUnit tests.
PartCover has been a massive issue due to it not running on x64 server and so now I have to go and git it and build it myself ...