forked from microsoft/botbuilder-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeCoverage.runsettings
31 lines (30 loc) · 1.71 KB
/
CodeCoverage.runsettings
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
30
<?xml version="1.0" encoding="utf-8"?>
<!-- File name extension must be .runsettings -->
<RunSettings>
<DataCollectionRunSettings>
<DataCollectors>
<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">
<Configuration>
<CodeCoverage>
<ModulePaths>
<Include>
<ModulePath>.*\Microsoft.Bot.Builder.AI.Luis.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.AI.QnA.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Integration.AspNet.Core.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.ApplicationInsights.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Azure.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.TemplateManager.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Configuration.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Connector.dll$</ModulePath>
<!-- <ModulePath>Microsoft.Bot.Builder.Schema.dll$</ModulePath> -->
</Include>
</ModulePaths>
</CodeCoverage>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>