NCover Report - CCNet
NCover Report - CCNet
Hi,
I'm trialing with NCover and trying to integrate its reports to CCNet (1.5.0.6063) web dashboard. I've followed http://docs.ncover.com/how-to/continuous-integration/cruisecontrol-net/ and got the symbolmodule.xml file to generate and also merge to the Build Log. (I can see it in the ccnet build log).
However ccnet dashboard does not show the link 'NCover Report' as expected. I've done following in dashboard.config as explained in the tutorial.
xsl\header.xsl xsl\modifications.xsl xsl\unittests.xsl xsl\NCoverReporting30.xsl
What could be preventing this from working? What would be my troubleshooting steps?
Thanks U
RE: NCover Report - CCNet
Hi uchita,
Thanks for your question.
I believe you need to use the htmlReportPlugin, as in this example:
< htmlReportPlugin description=”NCover Report” actionName=”NCoverBuildReport” htmlFileName=”c:/dev/ola40/trunk/SymbolModule.html” />
This info is from the "Displaying Reports" section of a great blog on NCover report integration from the developer who wrote the CC.NET NCover tasks: http://csut017.wordpress.com/2009/05/29/improved-ncover-integration/
Hope this helps!
Best Regards,
NCover Support