Skip to content

Commit 4b95faa

Browse files
Merge pull request #10855 from MicrosoftDocs/main638860394499315383sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 3788749 + d8a561a commit 4b95faa

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)