fix(session-broker): ignore release-gate artifacts in coverage scan
Memind CI / Test, build, and release guards (push) Failing after 6m29s
Memind CI / Test, build, and release guards (push) Failing after 6m29s
Prevent stale Gate local stacks from blocking h5-session verify during production release. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -51,6 +51,7 @@ export const SESSION_BROKER_SCAN_IGNORE = [
|
||||
/^scripts\//,
|
||||
/^mindspace-service\//,
|
||||
/^\.runtime\//,
|
||||
/^\.release-gate\//,
|
||||
/^node_modules\//,
|
||||
/\.test\.mjs$/,
|
||||
/\.test\.ts$/,
|
||||
|
||||
Reference in New Issue
Block a user