aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-12-31 15:24:23 +0100
committerBond_009 <bond.009@outlook.com>2023-12-31 15:24:23 +0100
commit19fa91bfa36e4f1cb164c10fdc7b12d4240e4bc5 (patch)
tree134aaa40bbea022aea2516c0c180a56e16f5b981 /tests
parent909d31c8378e664d3575ffab795eb48967781dc2 (diff)
SkipAutoProps is true by default but set it explicitly
Diffstat (limited to 'tests')
-rw-r--r--tests/coverletArgs.runsettings2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverletArgs.runsettings b/tests/coverletArgs.runsettings
index 8e9789448..7d4837389 100644
--- a/tests/coverletArgs.runsettings
+++ b/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>