forked from microsoft/botbuilder-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CodeCoverage.runsettings
99 lines (99 loc) · 5.88 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="utf-8"?>
<!-- File name extension must be .runsettings -->
<RunSettings>
<RunConfiguration>
<MaxCpuCount>10</MaxCpuCount>
</RunConfiguration>
<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>.*\AdaptiveExpressions.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Facebook.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Slack.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Twilio.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Webex.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.AI.Luis.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.AI.Orchestrator.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.AI.QnA.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.ApplicationInsights.dll$</ModulePath>
<!--<ModulePath>.*\Microsoft.Bot.Builder.Azure.dll$</ModulePath>-->
<!--<ModulePath>.*\Microsoft.Bot.Builder.Azure.Blobs.dll$</ModulePath>-->
<!--<ModulePath>.*\Microsoft.Bot.Builder.Azure.Queues.dll$</ModulePath>-->
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.Adaptive.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime.dll$</ModulePath>
<!--<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.dll$</ModulePath>-->
<!--<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.Debugging.dll$</ModulePath>-->
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.Declarative.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.dll$</ModulePath>
<!--<ModulePath>.*\Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApi.dll$</ModulePath>-->
<ModulePath>.*\Microsoft.Bot.Builder.Integration.AspNet.Core.dll$</ModulePath>
<!--<ModulePath>.*\Microsoft.Bot.Builder.Integration.AspNet.WebApi.dll$</ModulePath>-->
<ModulePath>.*\Microsoft.Bot.Builder.LanguageGeneration.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.TemplateManager.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Testing.dll$</ModulePath>
<!--<ModulePath>.*\Microsoft.Bot.Configuration.dll$</ModulePath>-->
<ModulePath>.*\Microsoft.Bot.Connector.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Schema.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Connector.Streaming.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Streaming.dll$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*\*.tests.dll</ModulePath>
</Exclude>
</ModulePaths>
<Sources>
<Exclude>
<Source>.*\\WebexMessageRequest.cs</Source>
<Source>.*\\WebexClientWrapper.cs</Source>
<Source>.*\\TwilioMessage.cs</Source>
<Source>.*\\TwilioAdapterOptions.cs</Source>
<Source>.*\\NewSlackMessage.cs</Source>
<Source>.*\\SlackResponse.cs</Source>
<Source>.*\\ActivityResourceResponse.cs</Source>
<Source>.*\\SlackAdapterOptions.cs</Source>
<Source>.*\\SlackClientWrapper.cs</Source>
<Source>.*\\SlackMessage.cs</Source>
<Source>.*\\SlackAction.cs</Source>
<Source>.*\\SlackEvent.cs</Source>
<Source>.*\\SlackPayload.cs</Source>
<Source>.*\\SlackRequestBody.cs</Source>
<Source>.*\\Button.cs</Source>
<Source>.*\\DefaultAction.cs</Source>
<Source>.*\\Element.cs</Source>
<Source>.*\\FacebookAttachment.cs</Source>
<Source>.*\\FacebookBotUser.cs</Source>
<Source>.*\\FacebookEntry.cs</Source>
<Source>.*\\FacebookPostback.cs</Source>
<Source>.*\\FacebookRecipient.cs</Source>
<Source>.*\\FacebookResponseEvent.cs</Source>
<Source>.*\\FacebookResponseOk.cs</Source>
<Source>.*\\FacebookQuickReply.cs</Source>
<Source>.*\\MessagePayload.cs</Source>
<Source>.*\\FacebookPassThreadControl.cs</Source>
<Source>.*\\FacebookRequestThreadControl.cs</Source>
<Source>.*\\FacebookTakeThreadControl.cs</Source>
<Source>.*\\FacebookThreadControl.cs</Source>
<Source>.*\\HandoverConstants.cs</Source>
<Source>.*\\AttachmentPayload.cs</Source>
<Source>.*\\CommonRegexLexer.cs</Source>
<Source>.*\\CommonRegexParser.cs</Source>
<Source>.*\\ExpressionAntlrLexer.cs</Source>
<Source>.*\\ExpressionAntlrParser.cs</Source>
<Source>.*\\LGFileLexer.cs</Source>
<Source>.*\\LGFileParser.cs</Source>
<Source>.*\\LGTemplateLexer.cs</Source>
<Source>.*\\LGTemplateParser.cs</Source>
</Exclude>
</Sources>
</CodeCoverage>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>