imbajin commented on code in PR #2092:
URL:
https://github.com/apache/incubator-hugegraph/pull/2092#discussion_r1070813750
##########
hugegraph-dist/src/assembly/travis/start-server.sh:
##########
@@ -61,6 +64,9 @@ echo "schema.sync_deletion=true" >> $CONF
JACOCO_OPTION=""
if [ -n "$JACOCO_PORT" ]; then
+ if [[ ! -e "${JACOCO_JAR}" ]]; then
+ download "${JACOCO_DIR}"
"https://gh.api.99988866.xyz/https://raw.githubusercontent.com/apache/hugegraph-doc/master/dist/server/jacocoagent.jar"
Review Comment:
same
##########
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 is not stable?
--
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]