Skip to content

Commit

Permalink
Do not ignore deprecated code units from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 24, 2023
1 parent b429037 commit 1c0f321
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
</testsuites>

<coverage cacheDirectory=".phpunit.cache/code-coverage"
processUncoveredFiles="true"
ignoreDeprecatedCodeUnits="true">
processUncoveredFiles="true">
<include>
<directory suffix=".php">src</directory>
</include>
Expand Down

0 comments on commit 1c0f321

Please sign in to comment.