diff --git a/composer.json b/composer.json index c98fc6d6..39c59f47 100644 --- a/composer.json +++ b/composer.json @@ -91,7 +91,12 @@ "serve": "php -S 0.0.0.0:8000 -t public/", "test": "phpunit --coverage-php build/coverage-unit.cov", "pretty-test": "phpunit --coverage-html build/coverage", - "func-test": "phpunit -c phpunit-func.xml --coverage-php build/coverage-func.cov" + "func-test": "phpunit -c phpunit-func.xml --coverage-php build/coverage-func.cov", + "complete-pretty-test": [ + "@test", + "@func-test", + "phpcov merge build --html build/html" + ] }, "config": { "process-timeout": 0,