Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit b7e3db7

Browse files
committed
Only perform coverage for the src directory
1 parent 6eff044 commit b7e3db7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
<directory>./test</directory>
55
</testsuite>
66
</testsuites>
7+
8+
<filter>
9+
<whitelist processUncoveredFilesFromWhitelist="true">
10+
<directory suffix=".php">src</directory>
11+
</whitelist>
12+
</filter>
713
</phpunit>

0 commit comments

Comments
 (0)