Cannot see meged report in CruiseControl.Net
Cannot see meged report in CruiseControl.Net
CC.Net Version: 1.4.0.3507 NUnit Version: 2.4.8 NCover Version: 2.1.0.0
I have followed instructions from http://www.kiwidude.com/blog/ to configure NCover to run via a MSBuild and then create an CoverageSummary.xml report which can be merged in CruiseControl dashboard.
I can view the CoverageSummary.xml and also CoverageSummary.html files succesfully when opening them directly in a browser. However after merging the CoverageSummary.xml in ccnet.config, nothing is displayed in the NCoverReport section of CruiseControl.
Do you have any ideas what the problem is?
RE: Cannot see meged report in CruiseControl.Net
I also double chacked my config against this - http://www.ncover.com/documentation/howto/ccnetintegration
Still no report showing, on ViewBuildReport screen or NCoverReport screen.
RE: Cannot see meged report in CruiseControl.Net
NCover 2.1.2 (www.ncover.com/download/current) should fix this problem
RE: Cannot see meged report in CruiseControl.Net
Yes, that fixed the problem and reports are displaying nicely now. Many thanks.. :)