mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
wip
This commit is contained in:
@ -560,8 +560,6 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
|
|||||||
return $this->reconcileFingerprint($rebuilt, $current);
|
return $this->reconcileFingerprint($rebuilt, $current);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->renderBadge('WARN', 'Rebuilding graph from scratch.');
|
|
||||||
|
|
||||||
$this->state->delete(self::KEY_GRAPH);
|
$this->state->delete(self::KEY_GRAPH);
|
||||||
$this->state->delete(self::KEY_COVERAGE_CACHE);
|
$this->state->delete(self::KEY_COVERAGE_CACHE);
|
||||||
|
|
||||||
|
|||||||
@ -101,7 +101,7 @@ final readonly class BaselineSync
|
|||||||
|
|
||||||
$this->clearCooldown();
|
$this->clearCooldown();
|
||||||
|
|
||||||
$this->renderBadge('SUCCESS', sprintf(
|
$this->renderBadge('INFO', sprintf(
|
||||||
'Baseline ready (%s).',
|
'Baseline ready (%s).',
|
||||||
$this->formatSize(strlen($payload['graph']) + strlen($payload['coverage'] ?? '')),
|
$this->formatSize(strlen($payload['graph']) + strlen($payload['coverage'] ?? '')),
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user