We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037ebac commit a85ee75Copy full SHA for a85ee75
test/phpunit.xml
@@ -48,10 +48,9 @@ and open the template in the editor.
48
49
<logging>
50
51
- <log type="coverage-html" target="/tmp/report" lowUpperBound="35"
+ <log type="coverage-html" target="build/logs/coverage.html" lowUpperBound="35"
52
highLowerBound="70"/>
53
- <log type="coverage-clover" target="build/logs/clover.xml"/>
54
- <log type="coverage-php" target="build/logs/coverage.cov"/>
+
55
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
56
</logging>
57
</phpunit>
0 commit comments