Skip to content

Commit 68322de

Browse files
author
Ryuta Hamasaki
committed
update code coverage settings
1 parent 44e06d6 commit 68322de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

phpunit.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
</testsuites>
1515
<coverage processUncoveredFiles="true">
1616
<include>
17-
<directory suffix=".php">./app</directory>
17+
<directory suffix=".php">./src</directory>
1818
</include>
19+
<exclude>
20+
<directory suffix="Test.php">./src/**/Tests/*</directory>
21+
</exclude>
22+
<report>
23+
<clover outputFile="coverage/clover.xml"/>
24+
</report>
1925
</coverage>
2026
<php>
2127
<server name="APP_ENV" value="testing"/>

0 commit comments

Comments
 (0)