Skip to content

Commit e03362c

Browse files
committed
Update phpunit.xml for code coverage
1 parent 008b8ab commit e03362c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpunit.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright 2018 The WildPHP Team
4+
~
5+
~ You should have received a copy of the MIT license with the project.
6+
~ See the LICENSE file for more information.
7+
-->
8+
29
<phpunit bootstrap="vendor/autoload.php">
310
<testsuites>
411
<testsuite name="money">
@@ -10,4 +17,7 @@
1017
<directory suffix=".php">src/</directory>
1118
</whitelist>
1219
</filter>
20+
<logging>
21+
<log type="coverage-clover" target="/tmp/coverage.xml" />
22+
</logging>
1323
</phpunit>

0 commit comments

Comments
 (0)