reportgenerator

Make OpenCover reports available in CruiseControl.NET

蓝咒 提交于 2019-12-09 06:09:40
问题 I'm trying to integrate OpenCover with CruiseControl.NET. At this point I've modified by build system so it runs my nunit tests under OpenCover. I then generate Xml and Html reports from those using ReportGenerator. Assuming it's possible to integrate the reports generated by ReportGenerator into the CruiseControl.NET webapp, how do I integrate the two? NCover has it's own NCoverReporting task that can be used, but as I'm not running NCover I can't compare its output with the XML reports

How to exclude classes from an OpenCover report

情到浓时终转凉″ 提交于 2019-12-08 18:08:12
问题 In generating coverage reports with OpenCover (and then generating an HTML report with ReportGenerator) for an MSTest suite, I am trying to exclude framework generated classes. In particular, classes generated under the project's namespace by a service reference. The command I am using to generate the XML files looks like: OpenCover.Console.exe -register:user "-target:MyProject.Tests.dll" -targetargs:"/testcontainer:MyContainer" -output:coverage.xml -mergebyhash -filter:-*.AWebService.* I

Make OpenCover reports available in CruiseControl.NET

南楼画角 提交于 2019-12-03 07:33:58
I'm trying to integrate OpenCover with CruiseControl.NET . At this point I've modified by build system so it runs my nunit tests under OpenCover. I then generate Xml and Html reports from those using ReportGenerator . Assuming it's possible to integrate the reports generated by ReportGenerator into the CruiseControl.NET webapp, how do I integrate the two? NCover has it's own NCoverReporting task that can be used, but as I'm not running NCover I can't compare its output with the XML reports generated by OpenCover. Related thoughts / questions: OpenCover generates an XML file by default, but is

How do I use OpenCover and ReportGenerator to view Unit Test Coverage Results?

隐身守侯 提交于 2019-12-03 02:38:59
问题 I'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them working. I'm using VS.NET 2012 'Professional' which means I don't have access to the built in unit test coverage tooling. I also have ReSharper installed, but don't want to pay for another utility in 'dotCover' It looks like OpenCover and ReportGenerator will do what I need and I see the documentation that was downloaded alongside, but am missing some understanding. 1st off, when I

How do I use OpenCover and ReportGenerator to view Unit Test Coverage Results?

Deadly 提交于 2019-12-02 16:12:43
I'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them working. I'm using VS.NET 2012 'Professional' which means I don't have access to the built in unit test coverage tooling. I also have ReSharper installed, but don't want to pay for another utility in 'dotCover' It looks like OpenCover and ReportGenerator will do what I need and I see the documentation that was downloaded alongside, but am missing some understanding. 1st off, when I download the nuget packges for both, what should my target project be? I have a multi layer app, so I