Skip to content

Commit

Permalink
Updated codacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 4, 2019
1 parent db5898f commit 32106f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
code-coverage:
environment:
CODACY_DOWNLOAD_URL: https://github.com/codacy/codacy-coverage-reporter/releases/download
CODACY_VERSION: 6.0.0
CODACY_VERSION: 6.0.6
CODACY_JAR_FILE: codacy-coverage-reporter-assembly-latest.jar
CODACY_MODULE: com.codacy.CodacyCoverageReporter

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ after_success:
# The curl command is not always working. Kept original command in comment incase codacy updates
#- sudo apt-get install jq
#- wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url)
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar https://github.com/codacy/codacy-coverage-reporter/releases/download/4.0.3/codacy-coverage-reporter-4.0.3-assembly.jar
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar https://github.com/codacy/codacy-coverage-reporter/releases/download/6.0.6/codacy-coverage-reporter-6.0.6-assembly.jar
- for REPORT_TARGET in $(find . -name jacocoTestReport.xml | sort); do java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter report -l Java -r ${REPORT_TARGET} --partial; done
- java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter final

0 comments on commit 32106f1

Please sign in to comment.