diff --git a/composer.json b/composer.json index 4ee9f484..56e0333a 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "scripts": { "lint": "vendor/bin/phpcbf", "test:unit": "vendor/bin/pest -p", - "test:coverage": "vendor/bin/pest -p coverage", + "test:coverage": "vendor/bin/pest -p --coverage", "test:types": "vendor/bin/phpstan analyse", "test:style": "vendor/bin/phpcs -n", "test": [