From b21804481c4414557a9b56966e1702fc04faf57f Mon Sep 17 00:00:00 2001 From: ariwk Date: Tue, 29 Oct 2024 15:24:40 +0100 Subject: [PATCH] chore: sonar config to pom.xml --- README.md | 11 +++++++++++ pom.xml | 13 +++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index d90b7db..693a917 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=bugs)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=coverage)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=SchweizerischeBundesbahnen_html5diff&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=SchweizerischeBundesbahnen_html5diff) + This is a maintenance project of DaisyDiff in Java. The initial commit is a checkout of version 1.2 of [old DaisyDiff project](https://code.google.com/archive/p/daisydiff). For more documentation see [daisydiff.github.io](https://daisydiff.github.io/). diff --git a/pom.xml b/pom.xml index 1bd94e1..549935c 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,19 @@ 3.3.1 3.2.7 + + 0.8.12 + SchweizerischeBundesbahnen_${project.artifactId} + schweizerischebundesbahnen + ${project.artifactId} + https://sonarcloud.io + jacoco + reuseReports + java + ${project.basedir}/target/site/jacoco/jacoco.xml + true + true + 1.7.0 true