Skip to content

Commit 19f8059

Browse files
committedMar 23, 2025
Do not generate code coverage
1 parent 630aa99 commit 19f8059

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
 

‎phpunit.xml

-14
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@
1212
failOnWarning="true"
1313
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xml"
1414
>
15-
<coverage>
16-
<include>
17-
<directory suffix=".php">./src</directory>
18-
</include>
19-
<report>
20-
<clover outputFile="tests/tmp/clover.xml"/>
21-
<text
22-
outputFile="php://stdout"
23-
showUncoveredFiles="true"
24-
showOnlySummary="true"
25-
/>
26-
</report>
27-
</coverage>
28-
2915
<testsuites>
3016
<testsuite name="PHPStan for PHPUnit">
3117
<directory suffix="Test.php">tests</directory>

0 commit comments

Comments
 (0)