Merge Filter Mode
There are three different modes for handling the coverage files. The default method will remove all of the
excluded items from all of the coverage files being merged into the base coverage file. The base coverage file
will retain all of the <a href="build-server#cf">Filters</a> originally defined in the coverage file.<br />
Possible Values:<br />
Default (default)<br />
KeepSourceFilters (default): See Description<br />
Destructive: Remove all excluded nodes from all coverage files and remove the filters from all coverage files. This is designed to act the same as v1.5.7.<br />
AppendFilters: Merge Everything together and let the filters perform the needed exclusions. This can get interesting if collisions exist across coverage files.
</p><div class="example">
Usage:
<MergeFilterMode>Destructive</MergeFilterMode>