code coverage checker
1.0.0
ตัวตรวจสอบการครอบคลุมโค้ดสำหรับ phpunit
composer require handcraftedinthealps/code-coverage-checker --dev
phpunit --coverage-php " Tests/reports/coverage.php "
vendor/bin/code-coverage-checker " Tests/reports/coverage.php " " line " " 96.0 "
แทนที่จะเป็น line
คุณสามารถใช้ class
หรือ method
คุณยังสามารถตรวจสอบไดเร็กทอรีเฉพาะได้:
vendor/bin/code-coverage-checker " Tests/reports/coverage.php " " line " " 96.0 " " Directory/A " " Directory/B "