File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33
33
environment :
34
34
CC_TEST_REPORTER_ID : $CC_TEST_REPORTER_ID
35
35
COVERALLS_REPO_TOKEN : $COVERALLS_REPO_TOKEN
36
+ CODACY_PROJECT_TOKEN : $CODACY_PROJECT_TOKEN
36
37
37
38
# Specify service dependencies here if necessary
38
39
# CircleCI maintains a library of pre-built images
@@ -90,12 +91,12 @@ jobs:
90
91
gradle test jacocoJupTestReport coveralls
91
92
92
93
# upload test coverage to codacy
93
- # - run:
94
- # command: |
95
- # 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
96
- # java -cp codacy-coverage-reporter-assembly.jar com.codacy.CodacyCoverageReporter -l Java -r build/reports/jacoco/report.xml
97
- # export CODACY_PROJECT_TOKEN=% CODACY_PROJECT_TOKEN%
98
- # codacy-coverage-reporter -l Java -r build/reports/jacoco/report.xml
94
+ - run :
95
+ command : |
96
+ 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
97
+ java -cp codacy-coverage-reporter-assembly.jar com.codacy.CodacyCoverageReporter -l Java -r build/reports/jacoco/report.xml
98
+ export CODACY_PROJECT_TOKEN=$ CODACY_PROJECT_TOKEN
99
+ codacy-coverage-reporter -l Java -r build/reports/jacoco/report.xml
99
100
100
101
build_test_python :
101
102
<< : *defaults
@@ -104,6 +105,7 @@ jobs:
104
105
environment :
105
106
CC_TEST_REPORTER_ID : $CC_TEST_REPORTER_ID
106
107
COVERALLS_REPO_TOKEN : $COVERALLS_REPO_TOKEN
108
+ CODACY_PROJECT_TOKEN : $CODACY_PROJECT_TOKEN
107
109
108
110
working_directory : ~/repo
109
111
You can’t perform that action at this time.
0 commit comments