diff --git a/ci/Jenkinsfile_utils.groovy b/ci/Jenkinsfile_utils.groovy index 85b55288f660..52401b78cad7 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" + // disabling codecov + // sh "curl -s https://codecov.io/bash | bash" } def collect_test_results_unix(original_file_name, new_file_name) {