Update codecov badge.#35
Conversation
WalkthroughThe README.md file was updated to correct the Codecov badge and link URLs, switching from the "github.com" path to the "gh" path. Additionally, the CodeRabbit Reviews badge image was wrapped in a link to coderabbit.ai with appropriate HTML attributes. No other changes were made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov Report✅ All modified and coverable lines are covered by tests. |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
README.md (2)
28-33: Codecov badge/link update looks good; optional polish for UX/privacy.Change to the gh path is correct. Consider minor improvements:
- Point the anchor to the app dashboard for consistency with Codecov’s current UI.
- Add loading/referrerpolicy to the image to reduce layout jank and avoid referrer leakage.
- <a href="https://codecov.io/gh/AlphaOne1/geany" + <a href="https://app.codecov.io/gh/AlphaOne1/geany" rel="external noopener noreferrer" target="_blank"> - <img src="https://codecov.io/gh/AlphaOne1/geany/graph/badge.svg" + <img src="https://codecov.io/gh/AlphaOne1/geany/graph/badge.svg" + loading="lazy" + referrerpolicy="no-referrer" alt="Code Coverage"> </a>
34-39: Wrapping the CodeRabbit badge with a link is a nice improvement; add small HTML attrs.Good addition. You can further optimize the image:
- Add loading/referrerpolicy to reduce network and privacy footprint.
- Optional: confirm shields endpoint is the intended one for this repo.
- <a href="https://coderabbit.ai" + <a href="https://coderabbit.ai" rel="external noopener noreferrer" target="_blank"> - <img src="https://img.shields.io/coderabbit/prs/github/AlphaOne1/geany" + <img src="https://img.shields.io/coderabbit/prs/github/AlphaOne1/geany" + loading="lazy" + referrerpolicy="no-referrer" alt="CodeRabbit Reviews"> </a>
Summary by CodeRabbit