Skip to content

Commit 554d0e9

Browse files
committed
rm coverage
1 parent eb677b2 commit 554d0e9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

phpunit.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@
1717
beStrictAboutOutputDuringTests="true"
1818
verbose="true"
1919
>
20-
<coverage>
21-
<include>
22-
<directory suffix=".php">src</directory>
23-
</include>
24-
<exclude>
25-
<file>src/MessengerServiceProvider.php</file>
26-
</exclude>
27-
<report>
28-
<clover outputFile="build/logs/clover.xml"/>
29-
<html outputDirectory="build/coverage"/>
30-
<text outputFile="build/coverage.txt"/>
31-
</report>
32-
</coverage>
3320
<testsuites>
3421
<testsuite name="Messenger Test Suite">
3522
<directory suffix="Test.php">./tests/</directory>

0 commit comments

Comments
 (0)