mirror of
https://gitea.ingwaz.work/Ingwaz/openbrain-mcp.git
synced 2026-06-15 22:07:08 +00:00
The e2e_truth_status_counts_are_consistent test reads the "coverage_percent" field but the truth_status tool was emitting "coverage_pct", causing the test to fall back to -1.0 and panic with "coverage_percent should be 0-100, got: -1". Align the JSON output with the test contract by renaming the JSON key. The internal Rust struct field stats.coverage_pct in src/db.rs is unchanged, so no other code is affected.