File tree Expand file tree Collapse file tree 5 files changed +1
-30
lines changed
Expand file tree Collapse file tree 5 files changed +1
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22.mvn
33.vscode
44target
5- .codacy.yml
65.gitignore
76azure-pipelines.yml
87CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-latest
4343 permissions :
4444 contents : read
45- strategy :
46- matrix :
47- service : [codecov, codacy]
4845 steps :
4946 - name : Checkout repository
5047 uses : actions/checkout@v6.0.2
@@ -55,19 +52,11 @@ jobs:
5552 name : jacoco.xml
5653
5754 - name : Upload JaCoCo coverage report to Codecov
58- if : matrix.service == 'codecov'
5955 uses : codecov/codecov-action@v5.5.2
6056 with :
6157 token : ${{ secrets.CODECOV_TOKEN }}
6258 files : jacoco.xml
6359
64- - name : Upload JaCoCo coverage report to Codacy
65- if : matrix.service == 'codacy'
66- uses : codacy/codacy-coverage-reporter-action@v1.3.0
67- with :
68- project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
69- force-coverage-parser : jacoco -r jacoco.xml
70-
7160 container :
7261 needs : coverage
7362 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ curl http://localhost:8080/actuator/health
1601602 . ** Lint** : Commit message validation (commitlint)
1611613 . ** Build** : ` ./mvnw clean install ` (compile + test + package)
1621624 . ** Test** : Tests already run during install, coverage reports generated
163- 5 . ** Coverage** : JaCoCo report upload to Codecov and Codacy
163+ 5 . ** Coverage** : JaCoCo report upload to Codecov
164164
165165** Local validation** (run this before pushing):
166166
Original file line number Diff line number Diff line change 22
33[ ![ 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 )
44[ ![ 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 )
5- [ ![ 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 )
65[ ![ 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 )
76[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot/badge )] ( https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot )
87[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-white.svg )] ( https://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments