forked from danipen/TextMateSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.runsettings
More file actions
29 lines (28 loc) · 1.35 KB
/
.runsettings
File metadata and controls
29 lines (28 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<RunSettings>
<DataCollectionRunSettings>
<DataCollectors>
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0">
<Configuration>
<CodeCoverage>
<ModulePaths>
<Include>
<ModulePath>.*\.dll$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*Tests\.dll$</ModulePath>
<ModulePath>.*Demo\.dll$</ModulePath>
<!-- Standard system/third-party exclusions -->
<ModulePath>.*Microsoft\..*</ModulePath>
<ModulePath>.*System\..*</ModulePath>
<ModulePath>.*Moq\.dll$</ModulePath>
<ModulePath>.*nunit.*</ModulePath>
</Exclude>
</ModulePaths>
<!-- Standard practice to exclude the test projects themselves -->
<IncludeTestAssembly>False</IncludeTestAssembly>
</CodeCoverage>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>