NCoverExplorer Console:
Command Line Flags

NCoverExplorer.Console provides numerous features for generating coverage reports and analyzing coverage data.

Coverage Reporting

Name Flags Summary
XML Report /xml, /x Generates XML report.
HTML Report /html, /h Generates HTML report.
Report Type /report, /r Specifies report type to be generated.
Show Excluded /excluded, /e Specifies whether or not to show excluded nodes in the report footer.
Project Name /project, /p Name of the project to appear in the report.
Sort /sort, /so Specify the sorting for the report.
Filter /filter, /fi Specify the filtering for the report.

Merging Coverage Data

Name Flags Summary
Save /save, /s Specifies the file to save merged coverage data to.

Build Control

Name Flags Summary
Minimum Coverage /minCoverage, /m Specifies the minimum coverage percentage.
Fail Minimum /failMinimum, /f Fail if any assembly's coverage is lower than the specified minimum.
Fail Combined Minimum /failCombinedMinimum, /fc Fail if the total coverage is lower than the specified minimum.

Program Settings

Name Flags Summary
Load Settings /config, /c Path to an alternative settings file.
Save Settings File /configSave, /cs Path to save a settings file to.
Quiet /quiet, /q Minimize the console message output.