mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
fix
This commit is contained in:
@ -149,7 +149,7 @@ final class Recorder
|
||||
if ($this->driver === 'pcov') {
|
||||
\pcov\stop();
|
||||
/** @var array<string, mixed> $data */
|
||||
$data = \pcov\collect(\pcov\inclusive);
|
||||
$data = \pcov\collect(\pcov\all);
|
||||
} else {
|
||||
/** @var array<string, mixed> $data */
|
||||
$data = \xdebug_get_code_coverage();
|
||||
|
||||
Reference in New Issue
Block a user