You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove --test-concurrency from test:coverage to stabilize CI
Coverage runs are CPU-bound; forcing 32 concurrent processes on a 4-CPU
CI runner causes timer contention in runtime-monitor tests, dropping
line coverage below the 95% gate. Plain tests keep --test-concurrency=32
because they are I/O-bound (sleeping in setTimeout).
0 commit comments