Просмотр исходного кода

SkipAutoProps is true by default but set it explicitly

Bond_009 1 год назад
Родитель
Сommit
19fa91bfa3
1 измененных файлов с 1 добавлено и 1 удалено
  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>