FIX Exclude thirdparty dir from code coverage

This commit is contained in:
Robbie Averill 2017-07-18 22:21:45 +12:00 committed by GitHub
parent ba9ad55274
commit ac388a5591
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Requires PHPUnit ^5.7
<directory suffix=".php">.</directory>
<exclude>
<directory suffix=".php">tests/</directory>
<directory suffix=".php">thirdparty/</directory>
</exclude>
</whitelist>
</filter>