Skip to content

Commit

Permalink
excluding laravel related code from coverage stats until i can proper…
Browse files Browse the repository at this point in the history
…ly test
  • Loading branch information
mojopollo committed Apr 14, 2016
1 parent 2bdf208 commit b5cdf6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<whitelist>
<directory suffix=".php">./src</directory>
<exclude>
<file>./src/Mojopollo/Schema/MakeMigrationJsonServiceProvider.php</file>
<file>./src/Mojopollo/Schema/Commands/MakeMigrationJsonCommand.php</file>
<directory>./vendor</directory>
<directory>./tests</directory>
</exclude>
Expand Down

0 comments on commit b5cdf6e

Please sign in to comment.