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
🧪 [test] add tests for classifyRuntimeAvailability
🎯 What: Added missing tests for classifyRuntimeAvailability in core/runtime/health.ts.
📊 Coverage: Added unit tests that cover scenarios of 0 probes, all reachable probes, all unreachable probes, mixed unreachable/reachable probes, and degraded probes. Tests all edge cases including combining degradation and unreachability reasons.
✨ Result: Reliable and robust test coverage for runtime health evaluation.