Skip to content

Commit d4e9da7

Browse files
committed
fix: fix coverage
1 parent 6188ee8 commit d4e9da7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/phpunit.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" colors="true"
55
bootstrap="../vendor/autoload.php">
6-
<coverage>
6+
<coverage processUncoveredFiles="true">
77
<include>
8-
<directory>../src</directory>
8+
<directory suffix=".php">../src</directory>
99
</include>
1010
<report>
1111
<clover outputFile="./logs/clover.xml"/>
@@ -20,4 +20,4 @@
2020
</testsuite>
2121
</testsuites>
2222
<logging/>
23-
</phpunit>
23+
</phpunit>

0 commit comments

Comments
 (0)