Browse Source

Update code coverage filter

Oren Novotny 7 years ago
parent
commit
d18ec867ec
1 changed files with 2 additions and 1 deletions
  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>