diff --git a/composer.json b/composer.json index 2050548..19b58be 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "php-cs-fixer fix" ], "test": [ - "vendor/bin/phpunit" + "vendor/bin/phpunit --no-coverage" ], "analyse": [ "vendor/bin/phpstan analyse -c phpstan.neon"