Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit ab3d945

Browse files
committed
update coverage settings
1 parent 6f81f55 commit ab3d945

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpunit.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
<directory>tests</directory>
1717
</testsuite>
1818
</testsuites>
19+
<filter>
20+
<blacklist>
21+
<directory suffix=".php">./vendor</directory>
22+
</blacklist>
23+
<whitelist processUncoveredFilesFromWhitelist="true">
24+
<directory suffix=".php">./src</directory>
25+
</whitelist>
26+
</filter>
1927
<logging>
2028
<log type="coverage-clover" target="build/logs/clover.xml"/>
2129
</logging>

0 commit comments

Comments
 (0)