diff --git a/composer.json b/composer.json index 2472608..91a3df8 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ } }, "scripts": { - "test": "vendor/bin/pest", + "test": "vendor/bin/pest --coverage --exactly=100", "test-coverage": "vendor/bin/pest --coverage", "format": "vendor/bin/pint", "static": "vendor/bin/phpstan analyse --ansi --memory-limit 1056M"