Importing Coverage Data
You can import your NCover 3 coverage data file for viewing in Code Central using a command line utility included in your NCover 4 install.
This functionality is for individual coverage files only; importing project and trend files is not supported.
Open a Windows Command Prompt and enter "ncover import" to see the coverage file export usage and syntax.
Syntax - NCover Import [<file.nccov>] <project name>
Project name - The NCover project to import from.
File.nccov - The name and path of the XML coverage file.
Default Behavior
Coverage file name -- Required. If you do not specify a coverage file name, NCover import will return an error.
Project name -- Optional. If you do not specify a project name, NCover import will create one based on the coverage file name.