Exporting Project Data
You can export your project settings for use in NCover using the included command line utility.
Open a Windows Command Prompt and enter "ncover project-export" to see the project defintion export usage and syntax.
Syntax - NCover Project-Export < project name > [-file < file name >]
--project - The NCover project to export.
--file - The name and path of the output XML coverage file.
Default Behavior
--project - Required. If you do not specify a project name parameter, NCover export will return an error.
--file - If you do not specify a file name, NCover will use the project name and the current execution of the project specified in the project name parameter.