Skip to content

Commit 6c01ffe

Browse files
author
Francesco Pezzato
committed
Updates codacy support
1 parent 555105f commit 6c01ffe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Build Status](https://github.com/shazam/fork/actions/workflows/main.yml/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/848eae2d11bc422caec3ac215557f38c)](https://www.codacy.com/app/i-giannakakis/fork?utm_source=github.com&utm_medium=referral&utm_content=shazam/fork&utm_campaign=Badge_Grade)
1+
![Build Status](https://github.com/shazam/fork/actions/workflows/main.yml/badge.svg) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/cd40d76af01b4a2fab6f5e4000e76cb8)](https://www.codacy.com/gh/shazam/fork/dashboard?utm_source=github.com&utm_medium=referral&utm_content=shazam/fork&utm_campaign=Badge_Grade)
22

33
Fork tools
44
==========

build-scripts/coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -e
44

55
./gradlew -q clean jacocoMergedReport
66
cd build-scripts
7-
java -cp codacy-coverage-reporter-assembly-1.0.5.jar com.codacy.CodacyCoverageReporter -l Java -t $CODACY_PROJECT_TOKEN -r ../build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml
7+
ls ../build/reports/jacoco/jacocoMergedReport
8+
java -jar codacy-coverage-reporter-assembly-13.5.3.jar report -l Java -r ../build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml -t $CODACY_PROJECT_TOKEN

0 commit comments

Comments
 (0)