From 7be661872f9fec0c644d9d925de9eba6305c365c Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Thu, 18 Oct 2012 23:29:27 +0200 Subject: [PATCH] adding coverage html --- autotest.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/autotest.sh b/autotest.sh index 54f1eda993..6530c34030 100755 --- a/autotest.sh +++ b/autotest.sh @@ -87,15 +87,16 @@ function execute_tests { echo "Testing with $1 ..." cd tests #php -f index.php -- xml $1 > autotest-results-$1.xml - phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml + mkdir coverage-html-$1 + phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 } # # start test execution # execute_tests "sqlite" -execute_tests 'mysql' -execute_tests 'pgsql' +#execute_tests 'mysql' +#execute_tests 'pgsql' # # NOTES on mysql: