Skip to content

docs(readme): Fix broken Copilot badge and rename Merged PRs badge#21

Merged
mpaulosky merged 1 commit into
docs/readme-badgesfrom
copilot/sub-pr-20
Feb 20, 2026
Merged

docs(readme): Fix broken Copilot badge and rename Merged PRs badge#21
mpaulosky merged 1 commit into
docs/readme-badgesfrom
copilot/sub-pr-20

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 20, 2026

Two badge issues flagged in review on the README status badge additions.

Changes

  • Removed the Copilot code review workflow badge — referenced a non-existent workflow path (.github/workflows/copilot-pull-request-reviewer/copilot-pull-request-reviewer), producing a permanently broken badge
  • Renamed "Merged PRs" → "Closed PRs" and corrected the URL filter from is%3Amerged to is%3Aclosedshields.io's github/issues-pr-closed endpoint returns all closed PRs (merged + unmerged); the prior label was misleading
-[![Copilot code review](https://github.com/mpaulosky/IssueManager/actions/workflows/copilot-pull-request-reviewer/copilot-pull-request-reviewer/badge.svg)](...)
-[![Merged PRs](...?q=is%3Amerged+is%3Apr)]
+[![Closed PRs](https://img.shields.io/github/issues-pr-closed/mpaulosky/IssueManager?color=6f42c1)](https://github.com/mpaulosky/IssueManager/pulls?q=is%3Aclosed+is%3Apr)

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@mpaulosky mpaulosky added squad Squad triage inbox — Lead will assign to a member squad:ralph Assigned to Ralph (Work Monitor) labels Feb 20, 2026
Copilot AI changed the title [WIP] Add comprehensive status badges to README docs(readme): Fix broken Copilot badge and rename Merged PRs badge Feb 20, 2026
Copilot AI requested a review from mpaulosky February 20, 2026 18:22
@mpaulosky mpaulosky marked this pull request as ready for review February 20, 2026 18:24
Copilot AI review requested due to automatic review settings February 20, 2026 18:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@mpaulosky mpaulosky merged commit 35c5656 into docs/readme-badges Feb 20, 2026
2 checks passed
@mpaulosky mpaulosky deleted the copilot/sub-pr-20 branch February 20, 2026 18:24
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.22%. Comparing base (26c6da1) to head (1802ac2).

Additional details and impacted files
@@                   Coverage Diff                   @@
##           docs/readme-badges      #21       +/-   ##
=======================================================
+ Coverage               34.02%   46.22%   +12.20%     
=======================================================
  Files                      20       25        +5     
  Lines                     288      411      +123     
  Branches                    7       17       +10     
=======================================================
+ Hits                       98      190       +92     
- Misses                    189      216       +27     
- Partials                    1        5        +4     

see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

squad:ralph Assigned to Ralph (Work Monitor) squad Squad triage inbox — Lead will assign to a member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants