Explorar el Código

SkipAutoProps is true by default but set it explicitly

Bond_009 hace 1 año
padre
commit
19fa91bfa3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/coverletArgs.runsettings

+ 1 - 1
tests/coverletArgs.runsettings

@@ -10,7 +10,7 @@
           <SingleHit>false</SingleHit>
           <UseSourceLink>false</UseSourceLink>
           <IncludeTestAssembly>false</IncludeTestAssembly>
-          <!--<SkipAutoProps>true</SkipAutoProps>-->
+          <SkipAutoProps>true</SkipAutoProps>
         </Configuration>
       </DataCollector>
     </DataCollectors>