Przeglądaj źródła

don't run both cc's

Oren Novotny 6 lat temu
rodzic
commit
ba70227e23

+ 1 - 27
Ix.NET/Source/CodeCoverage.runsettings

@@ -10,33 +10,7 @@
           <ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
           <SingleHit>false</SingleHit>
         </Configuration>
-      </DataCollector>
-      <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>
-
-            <!--  
-About include/exclude lists:  
-Empty "Include" clauses imply all; empty "Exclude" clauses imply none.  
-Each element in the list is a regular expression (ECMAScript syntax). See http://msdn.microsoft.com/library/2k3te2cs.aspx.  
-An item must first match at least one entry in the include list to be included.  
-Included items must then not match any entries in the exclude list to remain included.  
--->
-
-            <!-- Match assembly file paths: -->
-            <ModulePaths>
-              <Include>
-                <ModulePath>.*Interactive.*</ModulePath>
-                <ModulePath>.*System.Linq.Async.dll$</ModulePath>
-              </Include>
-              <Exclude>
-                <ModulePath>.*Tests.dll$</ModulePath>
-              </Exclude>
-            </ModulePaths>
-
-          </CodeCoverage>
-        </Configuration>
-      </DataCollector>      
+      </DataCollector>    
     </DataCollectors>
   </DataCollectionRunSettings>
 </RunSettings>

+ 0 - 26
Rx.NET/Source/CodeCoverage.runsettings

@@ -10,32 +10,6 @@
           <ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
           <SingleHit>false</SingleHit>
         </Configuration>
-      </DataCollector>    
-      <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>
-
-            <!--  
-About include/exclude lists:  
-Empty "Include" clauses imply all; empty "Exclude" clauses imply none.  
-Each element in the list is a regular expression (ECMAScript syntax). See http://msdn.microsoft.com/library/2k3te2cs.aspx.  
-An item must first match at least one entry in the include list to be included.  
-Included items must then not match any entries in the exclude list to remain included.  
--->
-
-            <!-- Match assembly file paths: -->
-            <ModulePaths>
-              <Include>
-                <ModulePath>.*System\.Reactive.*\.dll$</ModulePath>
-                <ModulePath>.*Microsoft\.Reactive.*\.dll$</ModulePath>
-              </Include>
-              <Exclude>
-                <ModulePath>.*Tests.*</ModulePath>
-              </Exclude>
-            </ModulePaths>
-
-          </CodeCoverage>
-        </Configuration>
       </DataCollector>
     </DataCollectors>
   </DataCollectionRunSettings>