Skip to content

Commit 2fd4e05

Browse files
Don't need coverage for matrix unit tests, anyway
1 parent e84e8d9 commit 2fd4e05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpunit.xml

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
<directory>tests</directory>
99
</testsuite>
1010
</testsuites>
11-
<logging>
12-
<log type="coverage-html" target="build/coverage" lowUpperBound="35"
13-
highLowerBound="70"/>
14-
<log type="junit" target="build/phpunit"/>
15-
</logging>
1611
<filter>
1712
<whitelist processUncoveredFilesFromWhitelist="true">
1813
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)