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

Commit

Permalink
Fixing usage of codacy report tool
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Apr 28, 2017
1 parent 92041bd commit f1b2936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install: mvn install
after_success:
# Installing Codacy code coverage reporter upload tool
# This is a workaround until [this issue here](https://github.com/codacy/codacy-coverage-reporter/issues/49) is not solved.
- curl -sL http://search.maven.org/remotecontent?filepath=com/codacy/codacy-coverage-reporter/1.0.13/codacy-coverage-reporter-1.0.13.jar > ccr.jar
- wget https://github.com/codacy/codacy-coverage-reporter/releases/download/1.0.13/codacy-coverage-reporter-1.0.13-assembly.jar -O ccr.jar
# Uploading Cobertura report to Codacy
- java -cp ccr.jar com.codacy.CodacyCoverageReporter -l Java -r ./resteasy-spring-boot-starter/target/site/cobertura/coverage.xml --projectToken $CODACY_PROJECT_TOKEN
# Deploying SNAPSHOT artifacts to Maven Central
Expand Down

0 comments on commit f1b2936

Please sign in to comment.