Add a Badge
You can show a badge on your project page to show the code grade (as shown below).
The video below shows how to add a badge to your repository.
Show the Code Quality Score
The Code Quality Score is a value from 0 to 100 that reflects the quality of your code base.
Insert the following code snippet in the README.md
file at your project root (replace <PROJECT_IDENTIFIER>
with the project identifier).
[](https://www.code-inspector.com)
Hint: you can find the full URL to use in your project preferences.
Show the Code Grade
The code grade is a note from A (best quality) to F (worst quality) for your code base.
Insert the following code snippet in the README.md
file at your project root (replace <PROJECT_IDENTIFIER>
with the project identifier).
[](https://www.code-inspector.com)
Hint: you can find the full URL to use in your project preferences.