mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 02:42:16 +00:00
Tighter version of the prior fix: previously we only protected success=True rows from being downgraded to no_report, but fail-with-real-report rows could still get clobbered. Result on the advisors qwen36 cell: pass count preserved, but no_report grew from 56 → 70 (losing real test-failure info for 14 rows, no net acc improvement either way). Now: if the new harness result is reason=no_report, keep the old score regardless of what the old was. Modal harness flakiness is monotone-safe.