Merging Xml reports
Merging Xml reports
In NCover 3.0 I understand that NCoverExplorer.Console has been replaced by NCover.Reporting. I used to do this: NCoverExplorer.Console a.xml b.xml c.xml /save:all.xml
What's the equvalent of that in NCover.Reporting?
RE: Merging Xml reports
ncover.reporting.exe a.xml b.xml c.xml /save:all.xml
You may find additional information here
http://www.ncover.com/documentation/3/reporting/commandline/flags
Joe