fix(ci): split redact snapshot restore coverage

This commit is contained in:
Vincent Koc
2026-03-19 14:46:46 -07:00
parent 38807fff20
commit aeb2adf240
3 changed files with 271 additions and 226 deletions

View File

@@ -51,6 +51,10 @@
"file": "src/config/redact-snapshot.test.ts",
"reason": "Snapshot redaction coverage produced a large retained heap jump in unit-fast on Linux CI."
},
{
"file": "src/config/redact-snapshot.restore.test.ts",
"reason": "Snapshot restore coverage retains a broad schema/redaction graph and is safer outside the shared lane."
},
{
"file": "src/infra/outbound/message-action-runner.media.test.ts",
"reason": "Outbound media action coverage retained a large media/plugin graph in unit-fast."