From b18443a6d646e3ed13a14d8d77c78e9a6d911297 Mon Sep 17 00:00:00 2001 From: Joe Evans Date: Thu, 15 Apr 2021 11:49:57 -0700 Subject: [PATCH] Disable codecov. (#20175) Co-authored-by: Joe Evans --- ci/Jenkinsfile_utils.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {