Skip to content

Commit ac75d9a

Browse files
committed
Adds codecoverage reporting
1 parent c054cfd commit ac75d9a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpunit.xml.dist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
<directory>./vendor/</directory>
2525
</blacklist>
2626
</filter>
27+
<logging>
28+
<log type="coverage-html"
29+
title="phpDocumentor Reflection DocBlock"
30+
target="build/coverage"
31+
charset="UTF-8"
32+
yui="true"
33+
highlight="false"
34+
lowUpperBound="35"
35+
highLowerBound="70"/>
36+
</logging>
2737
<listeners>
2838
<listener
2939
class="Mockery\Adapter\Phpunit\TestListener"

0 commit comments

Comments
 (0)