Skip to content

Commit 6c24f7c

Browse files
committed
remove coverage section
1 parent b351892 commit 6c24f7c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

build/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
3-
<coverage>
4-
<include>
5-
<directory suffix=".php">src/</directory>
6-
</include>
7-
<report>
8-
<clover outputFile="build/logs/clover.xml"/>
9-
<html outputDirectory="build/coverage"/>
10-
<text outputFile="build/coverage.txt"/>
11-
</report>
12-
</coverage>
133
<testsuites>
144
<testsuite name="Integration">
155
<directory>tests/Integration</directory>

0 commit comments

Comments
 (0)