Skip to content

chore: verify coverage badge already resolved#458

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/fix-broken-badge
Closed

chore: verify coverage badge already resolved#458
Copilot wants to merge 1 commit intomainfrom
copilot/fix-broken-badge

Conversation

Copy link
Contributor

Copilot AI commented Mar 22, 2026

The coverage badge was previously broken — it pointed to a shields.io JSON endpoint (/tests/coverage-badge.json) that was no longer generated by the book workflow.

Investigation

After thorough audit of all files in the repository:

  • README.md already has the correct badge URL (fixed in a prior PR):
    [![Coverage](https://raw.githubusercontent.com/Jebel-Quant/rhiza-cli/refs/heads/gh-pages/coverage-badge.svg)](https://jebel-quant.github.io/rhiza-cli/tests/html-coverage/index.html)
  • The gh-pages branch contains coverage-badge.svg (100% coverage), populated by the coverage-badge CI job in rhiza_ci.yml
  • No other files retain the old broken img.shields.io/endpoint?url=.../coverage-badge.json reference
  • All 499 tests pass with 100% coverage

Conclusion

No code changes were required. This issue is a duplicate of the previously resolved #453 — the direct SVG-from-gh-pages approach is already in place and functioning end-to-end.

Original prompt

This section details on the original issue you should resolve

<issue_title>Fix the broken badge</issue_title>
<issue_description>Replace with https://raw.githubusercontent.com/Jebel-Quant/rhiza-cli/refs/heads/gh-pages/coverage-badge.svg</issue_description>

Comments on the Issue (you are @copilot in this section)


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI changed the title [WIP] Fix the broken badge chore: verify coverage badge already resolved Mar 22, 2026
Copilot AI requested a review from tschm March 22, 2026 19:53
@tschm tschm marked this pull request as ready for review March 23, 2026 04:59
@tschm tschm closed this Mar 23, 2026
@tschm tschm deleted the copilot/fix-broken-badge branch March 23, 2026 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the broken badge fix the broken badge with

2 participants