partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 46a80af932eddb4656330ad9cc37e410c310265a
parent 3ecd3b2d24863229911156d1807c821988b6bc63
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  8 Sep 2015 18:21:08 +0200

Generate HTML reports by default. Not sure if this is a good idea or not, however, it eases my work alot.

Diffstat:
Mapp/phpunit.xml.dist | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist @@ -26,6 +26,11 @@ </php> --> + <logging> + <log type="coverage-html" target="reports/coverage" lowUpperBound="35" + highLowerBound="70"/> + </logging> + <filter> <whitelist> <directory>../src</directory>