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 2888671 commit 0d28989Copy full SHA for 0d28989
phpunit.xsd
@@ -149,8 +149,8 @@
149
</xs:simpleType>
150
</xs:attribute>
151
<xs:attribute name="target" type="xs:anyURI"/>
152
- <xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="35"/>
153
- <xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="70"/>
+ <xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="50"/>
+ <xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="90"/>
154
<xs:attribute name="showUncoveredFiles" type="xs:boolean" default="false"/>
155
<xs:attribute name="showOnlySummary" type="xs:boolean" default="false"/>
156
<xs:attribute name="threshold" type="xs:nonNegativeInteger" default="30"/>
0 commit comments