Coverage XML
Write a coverage data file to the given filename.
Default: ".\coverage.xml"
CoverageFile="c:\dev\code\coverage.xml"
Append Trends
Complete Edition Feature
Appends trend data from the merged coverage files to the specified output path and filename. The file will be created if it does not exist.
AppendTrendTo="c:\dev\source\coverage.trend"
HTML Report
Complete Edition Feature
Write the 'FullCoverageReport' html report to the given folder.
HtmlReportDir="c:\dev\code\htmlreport.html"
Log File
Write coverage messages to the given log file.
CHANGE FROM 2.1: Messages will not be written unless //ll is used.
LogFile="c:\code\ncover.log"
Log Level
Specify profiler log level.
Values: "None"[default], "Normal", "Verbose"
LogLevel="Verbose"
Project Name
Complete Edition Feature
Provide a project name to display in the html report.
Default: "New Project"
ProjectName="NCover 3"