Skip to content

Commit 34dff7e

Browse files
Merge pull request #14015 from konjac/patch-1
Move coverage format element of the sample runsettings file to the configuration section
2 parents 2bbdd0b + a8b864f commit 34dff7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/customizing-code-coverage-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ Copy this code and edit it to suit your needs.
234234
<DataCollectors>
235235
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0" assemblyQualifiedName="Microsoft.VisualStudio.Coverage.DynamicCoverageDataCollector, Microsoft.VisualStudio.TraceCollector, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
236236
<Configuration>
237+
<Format>coverage</Format>
237238
<CodeCoverage>
238-
<Format>coverage</Format>
239239
<!--
240240
Additional paths to search for .pdb (symbol) files. Symbols must be found for modules to be instrumented.
241241
If .pdb files are in the same folder as the .dll or .exe files, they are automatically found. Otherwise, specify them here.

0 commit comments

Comments
 (0)