소스 검색

SkipAutoProps is true by default but set it explicitly

Bond_009 1 년 전
부모
커밋
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>