zyxxoo commented on code in PR #2092:
URL:
https://github.com/apache/incubator-hugegraph/pull/2092#discussion_r1070814888
##########
hugegraph-dist/src/assembly/travis/build-report.sh:
##########
@@ -30,6 +30,11 @@ fi
cd hugegraph-test
mvn jacoco:dump@pull-test-data -Dapp.host=localhost -Dapp.port=$JACOCO_PORT
-Dskip.dump=false
cd ../
+
+if [[ ! -e "${TRAVIS_DIR}/jacococli.jar" ]]; then
+ wget -P "${TRAVIS_DIR}"
https://gh.api.99988866.xyz/https://raw.githubusercontent.com/apache/hugegraph-doc/master/dist/server/jacococli.jar
Review Comment:
the download url should be stable, the url is download button trigger
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]