Skip to content

Commit 2c2b9d8

Browse files
committed
Configure PHPUnit coverage settings
1 parent d9383a6 commit 2c2b9d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
beStrictAboutTestsThatDoNotTestAnything="true"
1010
failOnRisky="true"
1111
failOnWarning="true">
12+
<coverage processUncoveredFiles="false">
13+
<include>
14+
<directory suffix=".php">src</directory>
15+
</include>
16+
</coverage>
1217
<testsuites>
1318
<testsuite name="Unit">
1419
<directory suffix="Test.php">tests/Unit/</directory>

0 commit comments

Comments
 (0)