From 5dd213aa6a914ca27d6ee073033078213ee2dc9a Mon Sep 17 00:00:00 2001 From: xxrjun Date: Thu, 11 Apr 2024 11:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=95docs:=20update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53ae2ed..7af150d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ [![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://xxrjun.github.io/uml-editor) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/xxrjun/uml-editor)](https://github.com/xxrjun/uml-editor/releases/tag/v1.0) + +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xxrjun_uml-editor&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=xxrjun_uml-editor) +[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=xxrjun_uml-editor&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=xxrjun_uml-editor) +[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=xxrjun_uml-editor&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=xxrjun_uml-editor) +
@@ -121,7 +126,7 @@ mvn clean package ```bash java -jar target/uml-editor-1.0-jar-with-dependencies.jar -``` +``` ## Project File Structure