If you use Laravel, so accordingly with the command php artisan test --coverage
the tests, then the regex is not correct. Instead just use this regex coverage: '/^\s*Total\sCoverage\s\.+\s\d+\.\d+\s\%/'
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
If you use Laravel, so accordingly with the command
php artisan test --coveragethe tests, then the regex is not correct. Instead just use this regex
coverage: '/^\s*Total\sCoverage\s\.+\s\d+\.\d+\s\%/'