Skip to content

Commit

Permalink
chore(setup): setup project from template
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed May 9, 2023
1 parent 9e72d19 commit a0032d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
30 changes: 12 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`
<!--
2. [Optional] set up branch protection and a Personal Access Token and modify it in the `release` job for `semantic release`([more here](https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#pushing-package.json-changes-to-a-master-branch))
-->

## 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.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a0032d3

Please sign in to comment.