mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
Add PCOV availability check
This commit is contained in:
@ -42,6 +42,10 @@ final class Coverage
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($runtime->hasPCOV()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (! $runtime->hasXdebug()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user