Coverage Data Files
A list of coverage files -or- wildcards ('', '?') that resolve to coverage files.
The specified coverage files will be merged together before any other options are applied.
<CoverageDataPaths>
<CoverageDataPath>coverage.xml</CoverageDataPath>
<CoverageDataPath>coverage
.02.09.xml</CoverageDataPath>
</CoverageDataPaths>
Append Trend to a File
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. If this parameter is specified and
<a href="coverage-options#lt">LoadTrendPath</a> is not, then this file will provide trend data for the reports.
Otherwise, the file specified by <a href="coverage-options#lt">LoadTrendPath</a> will provide trend data for the reports.
If both <a href="coverage-options#at">CoverageTrendPath</a> and <a href="coverage-options#lt">LoadTrendPath</a> are specified,
then the trend data from the merged coverage files will be appended to the path in <a href="coverage-options#at">CoverageTrendPath</a>
before the trend data for the reports is loaded from <a href="coverage-options#lt">LoadTrendPath</a>.
(If <a href="coverage-options#at">CoverageTrendPath</a> and <a href="coverage-options#lt">LoadTrendPath</a> are the same full path and filename, then
<a href="coverage-options#lt">LoadTrendPath</a>)
</p><div class="example">
Usage:
<CoverageTrendPath>C:\data\trends\myproject.trend</CoverageTrendPath>