From f31c49911a01438e70e94391ddf1042185ca265f Mon Sep 17 00:00:00 2001 From: Nano Taboada Date: Sun, 30 Mar 2025 00:06:13 -0300 Subject: [PATCH 1/4] chore: cleanup Codacy config --- .codacy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codacy.yml b/.codacy.yml index 93195ee..f761168 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,4 +1,5 @@ ---- +# https://docs.codacy.com/repositories-configure/codacy-configuration-file/ + exclude_paths: - ".github" - ".vscode" From 4af39612d2e4c49d38b8899fd4f74b8dbe59f7c6 Mon Sep 17 00:00:00 2001 From: Nano Taboada Date: Sun, 30 Mar 2025 00:06:26 -0300 Subject: [PATCH 2/4] chore: cleanup Codecov config --- codecov.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/codecov.yml b/codecov.yml index a4a62c1..00908c2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,5 @@ -# Validate your repository YAML -# https://docs.codecov.com/docs/codecov-yaml#validate-your-repository-yaml -# curl -X POST --data-binary @codecov.yml https://codecov.io/validate +# https://docs.codecov.com/docs/codecov-yaml -# Ignoring Paths -# https://docs.codecov.com/docs/ignoring-paths -# The pattern folder/* will not match recursively in the folder. -# Please use this folder/**/*, which will exclude all files within the given folder. ignore: - "test/**" - "src/main/resources/**" @@ -13,8 +7,6 @@ ignore: - "src/main/**/Application.java" coverage: status: - # Splitting up projects - # https://docs.codecov.com/docs/commit-status#splitting-up-projects-example project: controllers: paths: From 6b8ed12624ba71fd1c4b44ec99a6aa7e17cd2218 Mon Sep 17 00:00:00 2001 From: Nano Taboada Date: Sun, 30 Mar 2025 00:06:36 -0300 Subject: [PATCH 3/4] chore: adjust Dependabot frequency --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6302740..0b17ad1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" + interval: "daily" groups: spring-boot-starter: patterns: @@ -13,4 +13,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" From e5bcb86606b506aba9726ca62343639bed2cbea0 Mon Sep 17 00:00:00 2001 From: Nano Taboada Date: Sun, 30 Mar 2025 00:10:15 -0300 Subject: [PATCH 4/4] chore: reorganize status badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ec422..b4fa546 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ ## Status -[![Java CI with Maven](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/maven.yml/badge.svg)](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/maven.yml) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=nanotaboada_java.samples.spring.boot&metric=bugs)](https://sonarcloud.io/summary/new_code?id=nanotaboada_java.samples.spring.boot) [![CodeFactor](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot/badge)](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot) [![codebeat badge](https://codebeat.co/badges/fedf65ac-45fa-4a3e-9151-13d459d71de0)](https://codebeat.co/projects/github-com-nanotaboada-java-samples-spring-boot-master) [![Maintainability](https://qlty.sh/badges/89f9e737-cc98-45c6-9b29-204388f5c1e4/maintainability.svg)](https://qlty.sh/gh/nanotaboada/projects/java.samples.spring.boot) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/ea6918db332642089ef420822267931b)](https://app.codacy.com/gh/nanotaboada/java.samples.spring.boot/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![codecov](https://codecov.io/gh/nanotaboada/java.samples.spring.boot/branch/master/graph/badge.svg?token=D3FMNG0WOI)](https://codecov.io/gh/nanotaboada/java.samples.spring.boot) [![Known Vulnerabilities](https://snyk.io/test/github/nanotaboada/java.samples.spring.boot/badge.svg)](https://snyk.io/test/github/nanotaboada/java.samples.spring.boot) +[![Java CI with Maven](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/maven.yml/badge.svg)](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/maven.yml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanotaboada_java.samples.spring.boot&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=nanotaboada_java.samples.spring.boot) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ea6918db332642089ef420822267931b)](https://app.codacy.com/gh/nanotaboada/java.samples.spring.boot/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) +[![codecov](https://codecov.io/gh/nanotaboada/java.samples.spring.boot/branch/master/graph/badge.svg?token=D3FMNG0WOI)](https://codecov.io/gh/nanotaboada/java.samples.spring.boot) +[![CodeFactor](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot/badge)](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot) +[![codebeat badge](https://codebeat.co/badges/fedf65ac-45fa-4a3e-9151-13d459d71de0)](https://codebeat.co/projects/github-com-nanotaboada-java-samples-spring-boot-master) ## Manifesto