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:
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
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 p开发者_开发技巧ossible to step into the cpp cod
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:
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 ou
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
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 p
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 pack
Summary: I can run unit tests and code-coverage, but the report only includes NUnit classes, not my application classes.
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 dll