mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Exclude thirdparty dir from code coverage
This commit is contained in:
parent
ba9ad55274
commit
ac388a5591
@ -18,6 +18,7 @@ Requires PHPUnit ^5.7
|
|||||||
<directory suffix=".php">.</directory>
|
<directory suffix=".php">.</directory>
|
||||||
<exclude>
|
<exclude>
|
||||||
<directory suffix=".php">tests/</directory>
|
<directory suffix=".php">tests/</directory>
|
||||||
|
<directory suffix=".php">thirdparty/</directory>
|
||||||
</exclude>
|
</exclude>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
|
Loading…
Reference in New Issue
Block a user