How to generate PHPUnit Coverage Report (HTML) in Laravel
Table of contents:
# How to generate?
Use command below:
php artisan test --coverage-html coverage/
You can find more here: PHPUnit Coverage Reports
Table of contents:
Use command below:
php artisan test --coverage-html coverage/
You can find more here: PHPUnit Coverage Reports