瀏覽代碼

Update code coverage filter

Oren Novotny 7 年之前
父節點
當前提交
d18ec867ec
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Ix.NET/Source/CodeCoverage.runsettings

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

@@ -19,9 +19,10 @@ Included items must then not match any entries in the exclude list to remain inc
             <ModulePaths>
               <Include>
                 <ModulePath>.*Interactive.*</ModulePath>
+                <ModulePath>.*System.Linq.Async.dll$</ModulePath>
               </Include>
               <Exclude>
-                <ModulePath>.*Tests.*</ModulePath>
+                <ModulePath>.*Tests.dll$</ModulePath>
               </Exclude>
             </ModulePaths>