Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<a href="https://github.com/vitali87/code-graph-rag/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/vitali87/code-graph-rag" alt="License" />
</a>
<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>
Comment on lines +18 to +23
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

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.

Suggested change
<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>

<a href="https://mseep.ai/app/vitali87-code-graph-rag">
<img src="https://mseep.net/pr/vitali87-code-graph-rag-badge.png" alt="MseeP.ai Security Assessment" height="20" />
</a>
Expand Down