From 13c8e3455ca4a130e17fca4f69c932d462bdb63b Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Fri, 20 Dec 2019 16:14:27 +0100 Subject: [PATCH] fix documentation --- Documentation/VSTestIntegration.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Documentation/VSTestIntegration.md b/Documentation/VSTestIntegration.md index 1ade115c8..a8761e11f 100644 --- a/Documentation/VSTestIntegration.md +++ b/Documentation/VSTestIntegration.md @@ -30,7 +30,6 @@ These are a list of options that are supported by coverlet. These can be specifi | Option | Summary | |------------- |------------------------------------------------------------------------------------------| |Format | Coverage output format. These are either cobertura, json, lcov, opencover or teamcity as well as combinations of these formats. | -|MergeWith | Combine the output of multiple coverage runs into a single result([check the sample](Examples.md)). | |Exclude | Exclude from code coverage analysing using filter expressions. | |ExcludeByFile | Ignore specific source files from code coverage. | |Include | Explicitly set what to include in code coverage analysis using filter expressions. | @@ -46,8 +45,7 @@ How to specify these options via runsettings? - json,cobertura - /custom/path/result.json + json,cobertura [coverlet.*.tests?]*,[*]Coverlet.Core* [coverlet.*]*,[*]Coverlet.Core* Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute