Error with Multiple Reports in Config File
Error with Multiple Reports in Config File
I am trying to create multiple report output in my config file using the syntax mentioned at http://docs.ncover.com/ref/3-0/ncover-reporting/configuration/coverage-options#or
However, whenever I create this multiple reports xml hierarchy instead of simply defining the ReportType, ReportFormat, and OutputPath at the base CoverageReportSetting level, I get this error: ---- Top level exception: System.ArgumentOutOfRangeException Unrecognized report type: 'None' Parameter name: reportType at NCover.Framework.Reports.ReoprtBuilder.GetReportWriter(CoverageReportType reportType) at NCover.Framework.Reports.ReportBuilder.CreateReports(ICoverageView view, IReportGenerateSettings gen, Action'1 messageCallback) at NCover.Framework.Reoprts.ReportingProcessor.Process() at NCover.Reporting.ReportMain.RunReport(String[] args, IOutputWriter output)
RE: Error with Multiple Reports in Config File
Can you post the xml that you're using in the settings file?