Skip to content

Commit 1c0f321

Browse files
Do not ignore deprecated code units from code coverage
1 parent b429037 commit 1c0f321

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
</testsuites>
3535

3636
<coverage cacheDirectory=".phpunit.cache/code-coverage"
37-
processUncoveredFiles="true"
38-
ignoreDeprecatedCodeUnits="true">
37+
processUncoveredFiles="true">
3938
<include>
4039
<directory suffix=".php">src</directory>
4140
</include>

0 commit comments

Comments
 (0)