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

@ -101,7 +101,7 @@ final readonly class BaselineSync
$this->clearCooldown();
$this->renderBadge('SUCCESS', sprintf(
$this->renderBadge('INFO', sprintf(
'Baseline ready (%s).',
$this->formatSize(strlen($payload['graph']) + strlen($payload['coverage'] ?? '')),
));