Skip to content

Commit c27f039

Browse files
Fix vstest integration documentation (#663)
Fix vstest integration documentation
1 parent 7cad9b3 commit c27f039

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/VSTestIntegration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ These are a list of options that are supported by coverlet. These can be specifi
3030
| Option | Summary |
3131
|------------- |------------------------------------------------------------------------------------------|
3232
|Format | Coverage output format. These are either cobertura, json, lcov, opencover or teamcity as well as combinations of these formats. |
33-
|MergeWith | Combine the output of multiple coverage runs into a single result([check the sample](Examples.md)). |
3433
|Exclude | Exclude from code coverage analysing using filter expressions. |
3534
|ExcludeByFile | Ignore specific source files from code coverage. |
3635
|Include | Explicitly set what to include in code coverage analysis using filter expressions. |
@@ -46,8 +45,7 @@ How to specify these options via runsettings?
4645
<DataCollectors>
4746
<DataCollector friendlyName="XPlat code coverage">
4847
<Configuration>
49-
<Format>json,cobertura</Format>
50-
<MergeWith>/custom/path/result.json</MergeWith>
48+
<Format>json,cobertura</Format>
5149
<Exclude>[coverlet.*.tests?]*,[*]Coverlet.Core*</Exclude> <!-- [Assembly-Filter]Type-Filter -->
5250
<Include>[coverlet.*]*,[*]Coverlet.Core*</Include> <!-- [Assembly-Filter]Type-Filter -->
5351
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>

0 commit comments

Comments
 (0)