Skip to content
Snippets Groups Projects
Commit 7be66187 authored by Thomas Müller's avatar Thomas Müller
Browse files

adding coverage html

parent 59c24144
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment