Oren Novotny 7 lat temu
rodzic
commit
6ba99a78a2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Ix.NET/Source/CodeCoverage.runsettings

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

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