partkeepr

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

commit 8e7fe6ae99b9ec60b4b034f54e076c20b2724b8e
parent 0c808ec3b2da77277dd619959aef3b647a377807
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  9 Sep 2015 17:06:42 +0200

Fixed reporting directory

Diffstat:
Mapp/phpunit.xml.dist | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist @@ -27,7 +27,7 @@ --> <logging> - <log type="coverage-html" target="reports/coverage" lowUpperBound="35" + <log type="coverage-html" target="../reports/coverage" lowUpperBound="35" highLowerBound="70"/> </logging>