Yes! I have mearged the coverage explorer summary but it is not displaying the report
Then I added "<xslFile>xsl\NCover.xsl</xslFile>" and "<xslReportBuildPlugin description="NCover Report" actionName="NCoverBuildReport" xslFileName="xsl\NCover.xsl" />" elements to the dashboard.config file and add the coverage file (coverage explorer summary) into the merge files list. Then it generated a report. I feel like CC.NET is not getting the NCoverExplorerSummary.xsl and NCoverExplorer.xsl files correctly! On Nov 7, 1:54 pm, "Ruben Willems" <[EMAIL PROTECTED]> wrote: > Hi > > did you merge the result files? > something like below in the publisher section. > > <merge> > <files> > <file>NCoverExplorer.xml</file> > <file>UnitTests*.xml</file> > </files> > </merge> > > if so, check a buildlog in the artifact folder to see that the contents is > there. > Should this also be the case, then it is probably an xsl issue (due to > versions of ncover) > > I'm using Ncover 1.5.8.0, and have no problems with the standard CCNet xsl > files. > > with kind regards > Ruben Willems > > > > On Fri, Nov 7, 2008 at 9:04 AM, rasi <[EMAIL PROTECTED]> wrote: > > > I have integrated NCover with MSBuild and CC.NET(http://www.ncover.com/ > > documentation/howto/ccnetintegration<http://www.ncover.com/documentation/howto/ccnetintegration>). > > When I run the build from > > CC.NET it creates the coverage report correctly, but when I view it > > from the web it display an empty report. I am using NCover 2.1.0, > > NUnit 2.4.7, CC.NET 1.4.0 on my Windows 2008 64 Bit machine. So what > > could be the reason for the above issue?- Hide quoted text - > > - Show quoted text -
