docs(readme): add Codecov and SonarCloud quality badges#394
docs(readme): add Codecov and SonarCloud quality badges#394vitali87 wants to merge 1 commit intopr-split/pr-1from
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the project's Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
| <a href="https://codecov.io/gh/vitali87/code-graph-rag"> | ||
| <img src="https://codecov.io/gh/vitali87/code-graph-rag/graph/badge.svg" alt="Codecov" /> | ||
| </a> | ||
| <a href="https://sonarcloud.io/summary/overall?id=vitali87_code-graph-rag"> | ||
| <img src="https://sonarcloud.io/api/project_badges/measure?project=vitali87_code-graph-rag&metric=alert_status" alt="Quality Gate Status" /> | ||
| </a> |
There was a problem hiding this comment.
For better visual consistency with the other badges in the file (like the license badge), consider using shields.io to generate the Codecov and SonarCloud badges. This will ensure they all share a similar style, improving the overall presentation of the project.
| <a href="https://codecov.io/gh/vitali87/code-graph-rag"> | |
| <img src="https://codecov.io/gh/vitali87/code-graph-rag/graph/badge.svg" alt="Codecov" /> | |
| </a> | |
| <a href="https://sonarcloud.io/summary/overall?id=vitali87_code-graph-rag"> | |
| <img src="https://sonarcloud.io/api/project_badges/measure?project=vitali87_code-graph-rag&metric=alert_status" alt="Quality Gate Status" /> | |
| </a> | |
| <a href="https://codecov.io/gh/vitali87/code-graph-rag"> | |
| <img src="https://img.shields.io/codecov/c/github/vitali87/code-graph-rag" alt="Codecov" /> | |
| </a> | |
| <a href="https://sonarcloud.io/summary/overall?id=vitali87_code-graph-rag"> | |
| <img src="https://img.shields.io/sonar/quality_gate/vitali87_code-graph-rag?server=https%3A%2F%2Fsonarcloud.io" alt="Quality Gate Status" /> | |
| </a> |
Greptile SummaryAdded two quality metric badges to the README: Codecov coverage badge and SonarCloud Quality Gate Status badge. Both badges follow the existing formatting pattern and link to their respective project dashboards. The changes are purely cosmetic and enhance project visibility by displaying automated quality metrics. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 7451f49 |
Adds Codecov coverage badge and SonarCloud Quality Gate Status badge to the README, pointing to their respective dashboards for the project.