Oren Novotny преди 7 години
родител
ревизия
ef0630187a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Ix.NET/Source/CodeCoverage.runsettings

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

@@ -18,7 +18,7 @@ Included items must then not match any entries in the exclude list to remain inc
             <!-- Match assembly file paths: -->
             <ModulePaths>
               <Include>
-                <ModulePath>.*System\.Interactive*\.dll$</ModulePath>
+                <ModulePath>.*Interactive.*</ModulePath>
               </Include>
               <Exclude>
                 <ModulePath>.*Tests.*</ModulePath>