krosty schrieb:
> I'm using the following code to generate xml report using
> NCoverExplorer off of coverage.xml (which is generated from NCover).
> But I'm noticing that the xml report generated (CoverageSummary.xml)
> is a 0 byte file. In ccnet.config 'merge' block, I'm putting the path
> to the  the merged xml  CoverageMerge.xml. Don't know if its supposed
> to be used this way. its not showing anything. I'm using
> NCoverExplorer.xsl and NCoverExplorerSummary.xsl provided by NCover.
> Has anybody done it. I can easily integrate other report types like
> ModuleSummary, ModuleNamespaceSummary, ModuleClassSummary,
> ModuleClassFunctionSummary, etc. But my manager wants to see the Full
> coverage report in CCNet. Full coverage report I think is meant to be
> used with the htmlReportName option. And it generates only html
> (actually multiple).
>
> Has anybody have any answers?

As you already said, the FullCoverageReport is html only. It's
producing a bunch of files (in my case about 110 MB and some 2500) and
this cannot be done so easily in xml. I suggest you to produce that
html-Report, put it somewhere a webserver (iis, apache,...) can
deliver it and put an external link into your project which guides you
to the FullCoverageReport location.

Hope, i was able to help you, Daniel

Reply via email to