NCoverExplorer Console
NCoverExplorer Console is a command line tool that can be utilized to process NCover xml files from the console. It is able to merge NCover XML Reports, generate HTML Reports, and test coverage thresholds. It is primarily intended to be used within automated build scripts and continuous integration systems.
Basic Usage
NCoverExplorer.Console [Input Files] [Options]
The input files argument can be one or more files separated by spaces, or can include wildcards, like
*.Xml.
See the Command Line Flags for an exhaustive reference of the options available within NCoverExplorer.Console.