From 9090f0165931511e01acd5a1bb90bbb2e16641c9 Mon Sep 17 00:00:00 2001 From: Andrea Brighi Date: Sun, 9 Jul 2023 16:25:33 +0200 Subject: [PATCH] chore(readme): add sonarcloud badge in README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 701e2096..1b1521ae 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# IntelligentBackpackApp \ No newline at end of file +# IntelligentBackpackApp +IntelligentBackpackApp +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=bugs)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) +[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_IntelligentBackpackApp&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_IntelligentBackpackApp) \ No newline at end of file