Skip to content

Commit a8b864f

Browse files
authored
Move coverage format element to configuration section
1 parent 2bbdd0b commit a8b864f

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)