Skip to content

Commit 5934b3f

Browse files
committed
remove coverage
1 parent 8039267 commit 5934b3f

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

phpunit.xml.dist

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,12 @@
55
executionOrder="random" failOnWarning="true" failOnRisky="true" failOnEmptyTestSuite="true"
66
beStrictAboutOutputDuringTests="true" cacheDirectory=".phpunit.cache"
77
backupStaticProperties="false">
8-
<php>
9-
<ini name="xdebug.mode" value="coverage" />
10-
<env name="XDEBUG_MODE" value="coverage" />
11-
</php>
12-
138
<testsuites>
149
<testsuite name="SchantlDev Git Webhook">
1510
<directory>tests</directory>
1611
</testsuite>
1712
</testsuites>
1813

19-
<coverage>
20-
<report>
21-
<html outputDirectory="build/coverage" />
22-
<text outputFile="build/coverage.txt" />
23-
<clover outputFile="build/logs/clover.xml" />
24-
</report>
25-
</coverage>
26-
2714
<logging>
2815
<junit outputFile="build/report.junit.xml" />
2916
</logging>

0 commit comments

Comments
 (0)