提交 6deffa2c 编写于 作者: M milvus-ci-robot

try to fix coverage.groovy bug


Former-commit-id: ff3e85bc41bc7649b3c261c2ba614da1fc128b96
上级 8690b46f
...@@ -2,7 +2,7 @@ timeout(time: 60, unit: 'MINUTES') { ...@@ -2,7 +2,7 @@ timeout(time: 60, unit: 'MINUTES') {
dir ("ci/jenkins/scripts") { dir ("ci/jenkins/scripts") {
sh "./coverage.sh -o /opt/milvus -u root -p 123456 -t \$POD_IP" sh "./coverage.sh -o /opt/milvus -u root -p 123456 -t \$POD_IP"
// Set some env variables so codecov detection script works correctly // Set some env variables so codecov detection script works correctly
sh 'bash <(curl -s https://codecov.io/bash) -f output_new.info || echo "Codecov did not collect coverage reports"' sh "bash <(curl -s https://codecov.io/bash) -f output_new.info || echo 'Codecov did not collect coverage reports'"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册