Add coverage-text log

This commit is contained in:
Vincent Letourneau
2018-02-16 18:12:19 +01:00
parent 9c3d5080ee
commit cfb6e87297

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="test/bootstrap.php"
colors="always">
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="test/bootstrap.php"
colors="true">
<testsuites>
<testsuite name="PHP Test suite">
@@ -25,7 +25,7 @@
</php>
<logging>
<log type="coverage-html" target="./report/phpunit" charset="UTF-8"
yui="true" highlight="true"/>
<log type="coverage-html" target="./report/phpunit" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
</logging>
</phpunit>
</phpunit>