Skip to content

Commit b08551f

Browse files
authored
Merge pull request #6070 from b099l3/patch-1
Invalid XML in CodeCoverage data collector
2 parents ca4c780 + a9e6aa1 commit b08551f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test/configure-unit-tests-by-using-a-dot-runsettings-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ The code coverage data collector creates a log of which parts of the application
215215
<CollectFromChildProcesses>True</CollectFromChildProcesses>
216216
<CollectAspDotNet>False</CollectAspDotNet>
217217
</CodeCoverage>
218-
</CodeCoverage>
219-
</Configuration>
218+
</Configuration>
219+
</DataCollector>
220220
```
221221

222222
### VideoRecorder data collector

0 commit comments

Comments
 (0)