diff --git a/composer.json b/composer.json index d0bb891..d963156 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "phplint": "find src tests -type f -name '*.php' -print0 | xargs -0 -n1 -P8 php -l | grep -v '^No syntax errors detected'; test $? -eq 1", "phpcs": "php vendor/bin/phpcs -ps --colors src/ tests/", "phpcbf": "php vendor/bin/phpcbf -ps --colors src/ tests/", - "phpunit": "php vendor/bin/phpunit --coverage-text", + "phpunit": "php vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml", "phpstan": "php vendor/bin/phpstan analyze -n -l1 src/" } }