We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff22979 commit 2754ef7Copy full SHA for 2754ef7
1 file changed
phpunit.xml
@@ -24,7 +24,7 @@
24
</filter>
25
<logging>
26
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true" />
27
- <log type="coverage-html" target="build/coverage" title="PHP Coveralls" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70" />
+ <log type="coverage-html" target="build/coverage" lowUpperBound="35" highLowerBound="70" />
28
<log type="coverage-clover" target="build/logs/clover.xml" />
29
</logging>
30
</phpunit>
0 commit comments