We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dab167 commit 16a7c02Copy full SHA for 16a7c02
phpunit.xsd
@@ -114,6 +114,7 @@
114
<xs:simpleType>
115
<xs:restriction base="xs:string">
116
<xs:enumeration value="coverage-html"/>
117
+ <xs:enumeration value="coverage-text"/>
118
<xs:enumeration value="coverage-clover"/>
119
<xs:enumeration value="json"/>
120
<xs:enumeration value="plain"/>
@@ -128,6 +129,7 @@
128
129
<xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="35"/>
130
<xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="70"/>
131
<xs:attribute name="logIncompleteSkipped" type="xs:boolean" default="false"/>
132
+ <xs:attribute name="showUncoveredFiles" type="xs:boolean" default="false"/>
133
</xs:complexType>
134
<xs:group name="pathGroup">
135
<xs:sequence>
0 commit comments