Skip to content

Commit fd1d18f

Browse files
Update VSTestIntegration.md (#855)
Update VSTestIntegration.md
1 parent 180bee4 commit fd1d18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/VSTestIntegration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ We're working to fill the gaps.
6161
*PS: if you don't have any other way to merge reports(for instance your report generator doesn't support multi coverage file) you can for the moment exploit a trick reported by one of our contributor Daniel Paz(@p4p3) https://github.com/tonerdo/coverlet/pull/225#issuecomment-573896446*
6262

6363

64-
#### Default
64+
#### Default option (if you don't specify a runsettings file)
6565
| Option | Summary |
6666
|-------------|------------------------------------|
67-
|Format | Results format in which coverage output is generated. Default format is cobertura.|
67+
|Format | Results format in which coverage output is generated. Default format is cobertura. Supported format lcov, opencover, cobertura, teamcity, json (default coverlet proprietary format)|
6868

6969
#### Advanced Options (Supported via runsettings)
7070
These are a list of options that are supported by coverlet. These can be specified as datacollector configurations in the runsettings.
@@ -88,7 +88,7 @@ How to specify these options via runsettings?
8888
<DataCollectors>
8989
<DataCollector friendlyName="XPlat code coverage">
9090
<Configuration>
91-
<Format>json,cobertura</Format>
91+
<Format>json,cobertura,lcov,teamcity,opencover</Format>
9292
<Exclude>[coverlet.*.tests?]*,[*]Coverlet.Core*</Exclude> <!-- [Assembly-Filter]Type-Filter -->
9393
<Include>[coverlet.*]*,[*]Coverlet.Core*</Include> <!-- [Assembly-Filter]Type-Filter -->
9494
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>

0 commit comments

Comments
 (0)