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: move start_coverage_collection after _initialized guard, reset _source_root on stop
- start_coverage_collection() was before the _initialized check, causing
repeated initialize() calls to stop/restart coverage and lose data
- stop_coverage_collection() now resets _source_root for cleanup completeness
0 commit comments