From a0032d3dc137f8bbed4ce3544157b20e5d392b84 Mon Sep 17 00:00:00 2001 From: Andrea Giulianelli Date: Tue, 9 May 2023 15:45:04 +0200 Subject: [PATCH] chore(setup): setup project from template --- README.md | 30 ++++++++++++------------------ settings.gradle.kts | 2 +- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index f93c5c24..faf3626a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,15 @@ -# Template for Kotlin projects +# Surgery Report microservice -![Release](https://github.com/smartoperatingblock/kotlin-template-project/actions/workflows/build-and-deploy.yml/badge.svg?style=plastic) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=plastic)](https://opensource.org/licenses/MIT) -![Version](https://img.shields.io/github/v/release/smartoperatingblock/kotlin-template-project?style=plastic) +![workflow status](https://github.com/smartoperatingblock/surgery-report-microservice/actions/workflows/build-and-deploy.yml/badge.svg) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +![Version](https://img.shields.io/github/v/release/smartoperatingblock/surgery-report-microservice?style=plastic) +[![codecov](https://codecov.io/gh/SmartOperatingBlock/surgery-report-microservice/branch/main/graph/badge.svg?token=7GL0gAUkQp)](https://codecov.io/gh/SmartOperatingBlock/surgery-report-microservice) +[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=SmartOperatingBlock_surgery-report-microservice&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_surgery-report-microservice) +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=SmartOperatingBlock_surgery-report-microservice&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_surgery-report-microservice) +[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=SmartOperatingBlock_surgery-report-microservice&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_surgery-report-microservice) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SmartOperatingBlock_surgery-report-microservice&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_surgery-report-microservice) +[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=SmartOperatingBlock_surgery-report-microservice&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_surgery-report-microservice) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=SmartOperatingBlock_surgery-report-microservice&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_surgery-report-microservice) -## Setup - -In order to use this template you need to do the following steps: -1. modify project name in `settings.gradle.kts` - - -## Apps to install when used outside this organization -- CodeCov -- Renovate Bot -- GitGuardian -- Mergify -- SonarCloud +This is the repository of the Surgery Report microservice of the Smart Operating Block project. \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 208a40b5..35845add 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -11,7 +11,7 @@ plugins { id("org.danilopianini.gradle-pre-commit-git-hooks") version "1.1.7" } -rootProject.name = "kotlin-template-project" +rootProject.name = "surgery-report-microservice" gradleEnterprise { buildScan {