English 中文(简体)
将若干部分Cover报告并入一艘游轮。 净造价
原标题:Merging several PartCover reports into a CruiseControl.Net build log

作为游轮的一部分,我对若干部件进行了一系列的一体化测试。 净额项目。 接着,我把部分报告合并为总体建筑报告,这里的问题是:每份报告都有从1起的集合。 因此,我只获得每组别的统计数据,这些统计数字显然无效。

I tried to find a way to provide PartCover a specific assembly ID seed but did not succeed. So my only idea at the moment is to pre-process reports before merging them to add e.g. 10, 20, 30, etc. to the assembly IDs.

是否有任何人知道解决这一问题的简单方法?

问题回答

页: 1 报告编写人,有能力将部分报告合并为单项产出





相关问题
Fork process with CC .NET

Is there any way to fork a process inside Cruise Control .NET? I want CC .NET to launch a program when everything s done but right now, CC .NET insists on waiting for the program to close before ...

SVN Externals in a different SCM

At a previous workplace we used svn externals to update dependent projects when a shared component was updated. This made it easy to see anything that those changes broke, as well as update dependent ...

Publishing an ASP.NET Website using buildpublisher

I am using the Cruise Control BuildPublisher task to publish a 2005 ASP.NET website. The Website has no warnings and if I run the Publish WebSite from within the IDE it works fine. When I publish ...

how to turn off a unit test in CPPUnit

I (finally) have my app being unit tested with CPPUnit and I have CruiseControl.NET running the tests and displaying the test output. I have several tests that always fail, however, so CruiseControl ...

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. If I do need to run ...

CCNET reports build failure with no reason

We use CCNET 1.4.4.83 on Win 2003 SP2. A few days ago CCNET started to report build failures with no specific reason. The project contains a single exec task which runs build.bat. The batch does all ...

热门标签