NCover Documentation

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.

Usage:
<CoverageTrend>c:\dev\source\coverage.trend</CoverageTrend>

HTML Report

Complete Edition Feature

Write the 'FullCoverageReport' html report to the given folder.

        </p><div class="example">

Usage:

<CoverageHtmlPath>c:\dev\code\htmlreport.html</CoverageHtmlPath>

Log File

Write coverage messages to the given log file.
CHANGE FROM 2.1: Messages will not be written unless //ll is used.

        </p><div class="example">

Usage:

<LogFile>c:\code\ncover.log</LogFile>

Log Level

Specify profiler log level.
Values: "None"[default], "Normal", "Verbose"

        </p><div class="example">

Usage:

<LoggingLevel>Verbose</LoggingLevel>

Project Name

Complete Edition Feature

Provide a project name to display in the html report.
Default: "New Project"

        </p><div class="example">

Usage:

<ProjectName>NCover 3</ProjectName>

Coverage XML

Write a coverage data file to the given filename.
Default: ".\coverage.xml"

        </p><div class="example">

Usage:

<CoverageXml>c:\dev\code\coverage.xml</CoverageXml>

If you still need technical assistance, we can help:

Submit A Support Ticket