This commit is contained in:
nuno maduro
2026-05-01 21:32:59 +01:00
parent 5c08a135f7
commit aa3a7c303a
2 changed files with 1 additions and 3 deletions

View File

@ -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);

View File

@ -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'] ?? '')),
)); ));