소스 검색

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>