瀏覽代碼

Code coverage modules

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>