Skip to content

Commit 6eff429

Browse files
committed
add coverage whitelist
1 parent d57e68e commit 6eff429

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131

3232
<!-- Prevent coverage reports from looking in tests, vendors and bootstrap.php -->
3333
<filter>
34+
<whitelist>
35+
<directory suffix=".php">./src</directory>
36+
</whitelist>
3437
<blacklist>
3538
<directory suffix=".php">./vendor/</directory>
3639
<directory suffix=".ctp">./vendor/</directory>

0 commit comments

Comments
 (0)