Skip to content

Commit df9686a

Browse files
committed
Added file that had a turbulent history and caused it to be deleted when crossing the streams. (never cross the streams)
1 parent d0d11da commit df9686a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<RunSettings>
2+
<DataCollectionRunSettings>
3+
<DataCollectors>
4+
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0">
5+
<Configuration>
6+
<CodeCoverage>
7+
<!-- Match assembly file paths: -->
8+
<ModulePaths>
9+
<Exclude>
10+
<ModulePath>.*Test.dll</ModulePath>
11+
</Exclude>
12+
</ModulePaths>
13+
14+
<!-- We recommend you do not change the following values: -->
15+
<UseVerifiableInstrumentation>True</UseVerifiableInstrumentation>
16+
<AllowLowIntegrityProcesses>True</AllowLowIntegrityProcesses>
17+
<CollectFromChildProcesses>True</CollectFromChildProcesses>
18+
<CollectAspDotNet>False</CollectAspDotNet>
19+
20+
</CodeCoverage>
21+
</Configuration>
22+
</DataCollector>
23+
</DataCollectors>
24+
</DataCollectionRunSettings>
25+
</RunSettings>

0 commit comments

Comments
 (0)