Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

<filter>
<whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="false">
<!-- Not recording coverage for PHPCS23Utils as there is nothing directly testable. -->
<directory suffix=".php">./PHPCSUtils/</directory>
</whitelist>
</filter>
Expand Down
1 change: 0 additions & 1 deletion phpunit10.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@

<source>
<include>
<!-- Not recording coverage for PHPCS23Utils as there is nothing directly testable. -->
<directory suffix=".php">./PHPCSUtils/</directory>
</include>
</source>
Expand Down
Loading