Dashboard › cli › Distillation
2762ed4e-36ad-42bb-92cf-5324c035c158["lore_tm_v1_4EnBwIMfJGv5junuuKvD6O5oMQNAgsGr2BrcvNb_VQM"]
/home/byk/.local/share/opencode/tool-output/tool_089baf1a20016LB4BHvLt7LC9r.cea7b2afba by Burak Yigit Kaya adding packages/cli/test/lib/upgrade.test.ts coverage where fetchLatestFromGitHub() rejects with "GitHub returned invalid release metadata".packages/cli/test/lib/upgrade.test.ts test "rejects an array from the legacy latest-release endpoint": the first mocked request returns HTTP 404, while the second returns Response.json([{ tag_name: "9.9.9" }])."No CLI upgrade source was found: every source returned HTTP 404" and "Failed to connect to GitHub: fetch failed".https://api.github.com/repos/getsentry/cli/releases/tags/1.0.0 in packages/cli/test/lib/upgrade.test.ts.resolveExistingUpgradeVersion("1.0.0") rejection coverage in packages/cli/test/lib/upgrade.test.ts.{ reason: "network_error" }.test/lib/upgrade.test.ts explaining that coverage around line 1153 tests the GHCR-based implementation.