Skip to content

fix: replace broken coverage badge with direct gh-pages SVG#454

Merged
tschm merged 2 commits intomainfrom
copilot/fix-broken-badge
Mar 19, 2026
Merged

fix: replace broken coverage badge with direct gh-pages SVG#454
tschm merged 2 commits intomainfrom
copilot/fix-broken-badge

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 19, 2026

The coverage badge was broken — it relied on a shields.io JSON endpoint pointing to a GitHub Pages path that no longer resolves correctly.

Changes

  • README.md: Replace shields.io endpoint badge with a direct link to the SVG hosted on the gh-pages branch
- [![Coverage](https://img.shields.io/endpoint?url=https://jebel-quant.github.io/rhiza-cli/tests/coverage-badge.json)](...)
+ [![Coverage](https://raw.githubusercontent.com/Jebel-Quant/rhiza-cli/refs/heads/gh-pages/coverage-badge.svg)](...)
Original prompt

This section details on the original issue you should resolve

<issue_title>fix the broken badge with</issue_title>
<issue_description>just point to 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)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: tschm <2046079+tschm@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the broken badge with updated URL fix: replace broken coverage badge with direct gh-pages SVG Mar 19, 2026
Copilot AI requested a review from tschm March 19, 2026 11:25
@tschm tschm marked this pull request as ready for review March 19, 2026 11:27
@tschm tschm merged commit b73f786 into main Mar 19, 2026
10 checks passed
@tschm tschm deleted the copilot/fix-broken-badge branch March 19, 2026 11:27
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 with

2 participants