Show the coverage badge in the README - #499
Conversation
Coverage is already measured, published and sitting at 100%, but the README never linked it, so the number was reachable only by knowing the URL — and the coverage column stayed blank in the tschm profile table, which harvests that badge from each repository's own README. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughREADME.md now includes a coverage badge that links to the generated HTML coverage report. ChangesCoverage documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Adds a coverage badge to the repository README so the already-published coverage status and HTML report are discoverable directly from the project’s landing page (and can be harvested by external profile tooling that reads badges from README).
Changes:
- Add a Coverage badge to
README.mdlinking to the published HTML coverage report.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Coverage is already measured, published and sitting at 100% — the badge SVG and the HTML report are both live — but the README never linked either, so the number was reachable only by knowing the URL.
It also left the coverage column blank for this row in the tschm profile table, which harvests the badge from each repository's own README rather than reconstructing it, so that a project decides for itself what it publishes and under which URL.
🤖 Generated with Claude Code
Summary by CodeRabbit