Skip to content

Commit 9dcffdd

Browse files
committed
Add coverage config into phpunit.xml.dist
1 parent 392958c commit 9dcffdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpunit.xml.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@
1111
<directory>tests</directory>
1212
</testsuite>
1313
</testsuites>
14+
<coverage>
15+
<include>
16+
<directory>src</directory>
17+
</include>
18+
<report>
19+
<clover outputFile=".clover.xml"/>
20+
</report>
21+
</coverage>
1422
</phpunit>

0 commit comments

Comments
 (0)