Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Updates codacy reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Janusz Baginski committed Jan 25, 2024
1 parent 104f774 commit 3ee447d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion build-scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
./gradlew -q clean jacocoMergedReport
cd build-scripts
ls ../build/reports/jacoco/jacocoMergedReport
java -jar codacy-coverage-reporter-assembly-13.5.3.jar report -l Java -r "../build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml" -t "$CODACY_PROJECT_TOKEN"
java -jar codacy-coverage-reporter-assembly-13.15.1.jar report -l Java -r "../build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml" -t "$CODACY_PROJECT_TOKEN"

0 comments on commit 3ee447d

Please sign in to comment.