This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ addons:
25
25
packages :
26
26
- jq
27
27
28
- before_install :
29
- - 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)
28
+ # removed as the codacy integration keeps breaking the build
29
+ # before_install:
30
+ # - 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)
30
31
31
32
matrix :
32
33
include :
@@ -41,9 +42,10 @@ matrix:
41
42
script :
42
43
- travis_wait 60 mvn install -DreleaseTesting
43
44
45
+ # removed from after_success as the codacy integration keeps breaking the build
46
+ # java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter -l Java -r build-reporting/target/coverage-reports/jacoco.xml;
44
47
after_success :
45
48
- if [ "$JDK" == "JDK8" ]; then
46
- java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter -l Java -r build-reporting/target/coverage-reports/jacoco.xml;
47
49
mvn sonar:sonar -Dsonar.java.coveragePlugin=jacoco -Dsonar.jacoco.reportPath=build-reporting/target/jacoco.xml;
48
50
./coverity_scan.sh;
49
51
fi;
You can’t perform that action at this time.
0 commit comments