Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit b086348

Browse files
committed
tests: emit clover.xml coverage
1 parent 99b40b5 commit b086348

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

phpunit.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
convertWarningsToExceptions="true"
1010
processIsolation="false"
1111
stopOnFailure="false">
12+
13+
<filter>
14+
<whitelist>
15+
<directory>src</directory>
16+
</whitelist>
17+
</filter>
18+
19+
<logging>
20+
<log type="coverage-clover" target="build/logs/clover.xml"/>
21+
</logging>
22+
1223
<testsuites>
1324
<testsuite name="Package Test Suite">
1425
<directory suffix="Test.php">./tests</directory>

0 commit comments

Comments
 (0)