Explorar o código

Code coverage modules

Oren Novotny %!s(int64=7) %!d(string=hai) anos
pai
achega
ef0630187a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>