Skip to content

Commit 16a7c02

Browse files
committed
Added `coverage-text` / `showUncoveredFiles` to phpunit.xsd.
1 parent 9dab167 commit 16a7c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xsd

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<xs:simpleType>
115115
<xs:restriction base="xs:string">
116116
<xs:enumeration value="coverage-html"/>
117+
<xs:enumeration value="coverage-text"/>
117118
<xs:enumeration value="coverage-clover"/>
118119
<xs:enumeration value="json"/>
119120
<xs:enumeration value="plain"/>
@@ -128,6 +129,7 @@
128129
<xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="35"/>
129130
<xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="70"/>
130131
<xs:attribute name="logIncompleteSkipped" type="xs:boolean" default="false"/>
132+
<xs:attribute name="showUncoveredFiles" type="xs:boolean" default="false"/>
131133
</xs:complexType>
132134
<xs:group name="pathGroup">
133135
<xs:sequence>

0 commit comments

Comments
 (0)