File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments