From 7c8ed7f12079f5040f3b90a03569b80342bed73c Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 18 Dec 2025 21:48:11 -0600 Subject: [PATCH] registry: use github backend for xchtmlreport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- registry.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index a2dc94247e..38fbfb02d1 100644 --- a/registry.toml +++ b/registry.toml @@ -4934,8 +4934,10 @@ description = "A little beautifier tool for xcodebuild" test = ["which xcbeautify", "xcbeautify"] [tools.xchtmlreport] -backends = ["asdf:mise-plugins/mise-xchtmlreport"] +backends = ["github:XCTestHTMLReport/XCTestHTMLReport"] description = "Xcode-like HTML report for Unit and UI Tests" +os = ["macos"] +test = ["xchtmlreport --version", "{{version}}"] [tools.xcodegen] backends = ["github:yonaskolb/XcodeGen"]