diff --git a/ci/Jenkinsfile_utils.groovy b/ci/Jenkinsfile_utils.groovy index 523fad92cec2..24c280abb7e5 100644 --- a/ci/Jenkinsfile_utils.groovy +++ b/ci/Jenkinsfile_utils.groovy @@ -112,7 +112,8 @@ def get_git_commit_hash() { } def publish_test_coverage() { - sh "curl -s https://codecov.io/bash | bash" + // disable codecov + // sh "curl -s https://codecov.io/bash | bash" } def collect_test_results_unix(original_file_name, new_file_name) {