Skip to content

Commit 37b38c8

Browse files
committed
Remove coverage
1 parent ca3002a commit 37b38c8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpunit.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
beStrictAboutTodoAnnotatedTests="true"
1515
verbose="false"
1616
convertDeprecationsToExceptions="true">
17-
<coverage processUncoveredFiles="true">
18-
<include>
19-
<directory suffix=".php">src</directory>
20-
</include>
21-
<report>
22-
<clover outputFile="tests/tmp/clover.xml"/>
23-
<text outputFile="php://stdout" showUncoveredFiles="true" showOnlySummary="true"/>
24-
</report>
25-
</coverage>
26-
2717
<testsuites>
2818
<testsuite name="PHPStan">
2919
<directory suffix="Test.php">tests/PHPStan</directory>

0 commit comments

Comments
 (0)