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 Filters originally defined in the coverage file.
Possible Values:
Default (default)
KeepSourceFilters (default): See Description
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 NCover v1.5.7.
AppendFilters: Merge Everything together and let the filters perform the needed exclusions. This can get interesting if collisions exist across coverage files.
Usage
mergeFilterMode="Destructive"
Merged Coverage Data
Persists the merged coverage data from the input files to disk, along with the Filters that were used.
Usage
mergeFileName="C:\dev\saved\merge1.xml"
Working Directory
Sets the working directory. Relative paths in the other options are assumed to start in the working directory.
Usage
workingDirectory="C:\dev\myproject\bin\debug"