Skip to content

Commit

Permalink
updates #32
Browse files Browse the repository at this point in the history
  • Loading branch information
manastalukdar committed Feb 6, 2018
1 parent 3a8e839 commit e6937a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
# upload test coverage to codacy
- run:
command: |
java -cp resources/codacy-coverage-reporter-2.0.2-assembly.jar com.codacy.CodacyCoverageReporter -l Java -r build/jacoco/report.xml
wget -O ~/codacy-coverage-reporter-assembly.jar https://oss.sonatype.org/service/local/repositories/releases/content/com/codacy/codacy-coverage-reporter/2.0.2/codacy-coverage-reporter-2.0.2-assembly.jar
java -cp codacy-coverage-reporter-assembly.jar com.codacy.CodacyCoverageReporter -l Java -r build/jacoco/report.xml
export CODACY_PROJECT_TOKEN=%CODACY_PROJECT_TOKEN%
codacy-coverage-reporter -l Java -r build/jacoco/report.xml
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ bin
website/problems_list.json
scripts/problems_list.md

!resources/codacy-coverage-reporter-*.jar

htmlcov
.coverage
coverage.xml
Expand Down
Binary file not shown.

0 comments on commit e6937a9

Please sign in to comment.