fix(ci): split secrets runtime integration coverage

This commit is contained in:
Vincent Koc
2026-03-19 14:37:01 -07:00
parent a54d3dc679
commit d03c110a0a
3 changed files with 420 additions and 390 deletions

View File

@@ -31,6 +31,10 @@
"file": "src/secrets/runtime.test.ts",
"reason": "Secrets runtime coverage retained the largest unit-fast heap spike in CI and is safer outside the shared lane."
},
{
"file": "src/secrets/runtime.integration.test.ts",
"reason": "Secrets runtime activation/write-through integration coverage is CPU-heavy and safer outside the shared unit-fast lane."
},
{
"file": "src/memory/index.test.ts",
"reason": "Memory index coverage retained nearly 1 GiB in unit-fast on Linux CI and is safer in its own fork."