Skip to content

Commit

Permalink
Exclude CoversValidator.php from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Oct 1, 2022
1 parent fdb7db7 commit 1cfcb05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
<directory suffix=".php">src/</directory>
<exclude>
<file>src/Application/CoversValidator.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 1cfcb05

Please sign in to comment.