We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfef5f8 commit 252ac90Copy full SHA for 252ac90
Directory.Packages.props
@@ -9,11 +9,12 @@
9
<!-- coverlet.msbuild, specifically msbuild props -->
10
<CollectCoverage>true</CollectCoverage>
11
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
12
- <Threshold>800</Threshold>
+ <!--qqqq-->
13
+ <!--<Threshold>800</Threshold>
14
<ThresholdType>line</ThresholdType>
15
<ThresholdStat>total</ThresholdStat>
16
<ThresholdBranch>750</ThresholdBranch>
- <ThresholdMethod>900</ThresholdMethod>
17
+ <ThresholdMethod>900</ThresholdMethod>-->
18
</PropertyGroup>
19
<ItemGroup>
20
0 commit comments