fix(session-broker): ignore release-gate artifacts in coverage scan
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:
john
2026-08-10 09:20:31 +08:00
parent 7a08c0f6ae
commit c3e6d4ee31
+1
View File
@@ -51,6 +51,7 @@ export const SESSION_BROKER_SCAN_IGNORE = [
/^scripts\//,
/^mindspace-service\//,
/^\.runtime\//,
/^\.release-gate\//,
/^node_modules\//,
/\.test\.mjs$/,
/\.test\.ts$/,