docs: replace stale static test badge with dynamic CI badge (#13 #15)#25
Conversation
The previous Tests badge was a hardcoded "175 passing" image with an empty href, both stale and non-clickable. Drop it and add the GitHub Actions CI badge so contributors see live build/test status. Closes #13 Closes #15 https://claude.ai/code/session_012RmdaovmNWZVAim4XxCWwn
|
Warning Review limit reached
More reviews will be available in 1 minute and 34 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Two README badge fixes:
tests/175 passingwas a hardcoded static image with an empty href (non-clickable) and the count drifted to 269 then 184 over time.Replaced the stale static
Testsbadge with a live GitHub Actions CI badge that auto-updates and links to the workflow.Test plan
.github/workflows/ci.ymlCloses #13
Closes #15
Generated by Claude Code