Skip to content

Commit

Permalink
excluded configs from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoJF committed Nov 4, 2019
1 parent a28a90c commit 9eda82c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<whitelist>
<directory>./src/</directory>
</whitelist>
<exclude>
<directory>./src/config/</directory>
</exclude>
</filter>
<testsuites>
<testsuite name="Optimus\LaravelBoilerplate Test Suite">
Expand Down

0 comments on commit 9eda82c

Please sign in to comment.