From 367a338a728beb58b246068eb67fea9afd13f7e1 Mon Sep 17 00:00:00 2001 From: Jon Chery Date: Tue, 4 Aug 2026 01:49:15 +0000 Subject: [PATCH] =?UTF-8?q?test(P01):=20coverage-gate=20verification=20?= =?UTF-8?q?=E2=80=94=20all=209=20packages=20hit=20tiered=20floor=20(T01.12?= =?UTF-8?q?,=20REQ-057)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit >=70%: engine 88.9%, proxmox 87.1%, cli 76.2%, transport 93.0%, store 84.7%, jobspec 90.5% >=50%: audit 100.0%, certpaths 100.0%, cmd/orca 80.0% go test -race ./... PASS. GRILL escape valve NOT needed. ---ci--- project: orca phase: 1 milestone: v0.8 status: execute requirements: covered: [REQ-057] partial: [] ---/ci--- --- .ciagent/CHECKPOINT.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.ciagent/CHECKPOINT.json b/.ciagent/CHECKPOINT.json index 86221a1..3764a39 100644 --- a/.ciagent/CHECKPOINT.json +++ b/.ciagent/CHECKPOINT.json @@ -1,11 +1,22 @@ { - "phase": 0, - "stage": "grill", + "phase": 1, + "stage": "execute", "milestone": "v0.8", "milestone_slug": "coverage-trust-hardening", - "phase_role": "pre_execution", + "phase_role": "execution", "attempts": 0, - "updated_at": "2026-08-04T00:48:00Z", + "updated_at": "2026-08-04T00:55:00Z", "milestone_complete": false, - "next_milestone": null + "next_milestone": null, + "coverage": { + "internal/engine": "88.9%", + "internal/proxmox": "87.1%", + "internal/cli": "76.2%", + "internal/transport": "93.0%", + "internal/store": "84.7%", + "internal/jobspec": "90.5%", + "internal/audit": "100.0%", + "internal/certpaths": "100.0%", + "cmd/orca": "80.0%" + } } \ No newline at end of file