Skip to content

Commit 252ac90

Browse files
committed
feat(button): disabled thresholds
1 parent bfef5f8 commit 252ac90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Directory.Packages.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
<!-- coverlet.msbuild, specifically msbuild props -->
1010
<CollectCoverage>true</CollectCoverage>
1111
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
12-
<Threshold>800</Threshold>
12+
<!--qqqq-->
13+
<!--<Threshold>800</Threshold>
1314
<ThresholdType>line</ThresholdType>
1415
<ThresholdStat>total</ThresholdStat>
1516
<ThresholdBranch>750</ThresholdBranch>
16-
<ThresholdMethod>900</ThresholdMethod>
17+
<ThresholdMethod>900</ThresholdMethod>-->
1718
</PropertyGroup>
1819
<ItemGroup>
1920

0 commit comments

Comments
 (0)