Skip to content

Commit

Permalink
fix phpunit coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Oct 1, 2019
1 parent 79327bc commit d52a226
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory>./src/migrations</directory>
<directory>./src/Seeds</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit d52a226

Please sign in to comment.