Expand Seg task coverage and coverage dashboard

This commit is contained in:
2026-06-30 12:54:25 +08:00
parent dd7b7384ec
commit 7a43303f15
18 changed files with 849 additions and 28 deletions

View File

@@ -8,7 +8,8 @@ def test_evaluation_agent_returns_checks():
assert result["checks"]
def test_validation_agent_lightweight():
def test_validation_agent_lightweight(monkeypatch):
monkeypatch.setenv("SEG_VALIDATE_LIVE", "0")
result = validate_project(run_build=False)
assert result["agent"] == "validation_agent"
assert any(item["name"] == "catalog_has_yolo_heatmap" for item in result["checks"])