Skip to content

Commit ba70227

Browse files
author
Oren Novotny
committed
don't run both cc's
1 parent 685e313 commit ba70227

File tree

2 files changed

+1
-53
lines changed

2 files changed

+1
-53
lines changed

Ix.NET/Source/CodeCoverage.runsettings

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,7 @@
1010
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
1111
<SingleHit>false</SingleHit>
1212
</Configuration>
13-
</DataCollector>
14-
<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">
15-
<Configuration>
16-
<CodeCoverage>
17-
18-
<!--
19-
About include/exclude lists:
20-
Empty "Include" clauses imply all; empty "Exclude" clauses imply none.
21-
Each element in the list is a regular expression (ECMAScript syntax). See http://msdn.microsoft.com/library/2k3te2cs.aspx.
22-
An item must first match at least one entry in the include list to be included.
23-
Included items must then not match any entries in the exclude list to remain included.
24-
-->
25-
26-
<!-- Match assembly file paths: -->
27-
<ModulePaths>
28-
<Include>
29-
<ModulePath>.*Interactive.*</ModulePath>
30-
<ModulePath>.*System.Linq.Async.dll$</ModulePath>
31-
</Include>
32-
<Exclude>
33-
<ModulePath>.*Tests.dll$</ModulePath>
34-
</Exclude>
35-
</ModulePaths>
36-
37-
</CodeCoverage>
38-
</Configuration>
39-
</DataCollector>
13+
</DataCollector>
4014
</DataCollectors>
4115
</DataCollectionRunSettings>
4216
</RunSettings>

Rx.NET/Source/CodeCoverage.runsettings

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,6 @@
1010
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
1111
<SingleHit>false</SingleHit>
1212
</Configuration>
13-
</DataCollector>
14-
<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">
15-
<Configuration>
16-
<CodeCoverage>
17-
18-
<!--
19-
About include/exclude lists:
20-
Empty "Include" clauses imply all; empty "Exclude" clauses imply none.
21-
Each element in the list is a regular expression (ECMAScript syntax). See http://msdn.microsoft.com/library/2k3te2cs.aspx.
22-
An item must first match at least one entry in the include list to be included.
23-
Included items must then not match any entries in the exclude list to remain included.
24-
-->
25-
26-
<!-- Match assembly file paths: -->
27-
<ModulePaths>
28-
<Include>
29-
<ModulePath>.*System\.Reactive.*\.dll$</ModulePath>
30-
<ModulePath>.*Microsoft\.Reactive.*\.dll$</ModulePath>
31-
</Include>
32-
<Exclude>
33-
<ModulePath>.*Tests.*</ModulePath>
34-
</Exclude>
35-
</ModulePaths>
36-
37-
</CodeCoverage>
38-
</Configuration>
3913
</DataCollector>
4014
</DataCollectors>
4115
</DataCollectionRunSettings>

0 commit comments

Comments
 (0)