Skip to content

Commit ec0823f

Browse files
authored
Merge pull request #170 from nanotaboada/feature/dotfiles
feature/dotfiles
2 parents 1d5b825 + e5bcb86 commit ec0823f

4 files changed

Lines changed: 11 additions & 13 deletions

File tree

.codacy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
1+
# https://docs.codacy.com/repositories-configure/codacy-configuration-file/
2+
23
exclude_paths:
34
- ".github"
45
- ".vscode"

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ updates:
55
- package-ecosystem: "maven"
66
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "daily"
99
groups:
1010
spring-boot-starter:
1111
patterns:
1212
- "org.springframework.boot:spring-boot-starter*"
1313
- package-ecosystem: "github-actions"
1414
directory: "/"
1515
schedule:
16-
interval: "weekly"
16+
interval: "daily"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Status
44

5-
[![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)
5+
[![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)
6+
[![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)
7+
[![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)
8+
[![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)
9+
[![CodeFactor](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot/badge)](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot)
10+
[![codebeat badge](https://codebeat.co/badges/fedf65ac-45fa-4a3e-9151-13d459d71de0)](https://codebeat.co/projects/github-com-nanotaboada-java-samples-spring-boot-master)
611

712
## Manifesto
813

codecov.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
# Validate your repository YAML
2-
# https://docs.codecov.com/docs/codecov-yaml#validate-your-repository-yaml
3-
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
1+
# https://docs.codecov.com/docs/codecov-yaml
42

5-
# Ignoring Paths
6-
# https://docs.codecov.com/docs/ignoring-paths
7-
# The pattern folder/* will not match recursively in the folder.
8-
# Please use this folder/**/*, which will exclude all files within the given folder.
93
ignore:
104
- "test/**"
115
- "src/main/resources/**"
126
- "src/main/**/models/**"
137
- "src/main/**/Application.java"
148
coverage:
159
status:
16-
# Splitting up projects
17-
# https://docs.codecov.com/docs/commit-status#splitting-up-projects-example
1810
project:
1911
controllers:
2012
paths:

0 commit comments

Comments
 (0)