From 5257503014d8d826942956132a6c2379525eb317 Mon Sep 17 00:00:00 2001 From: Joe Evans Date: Thu, 15 Apr 2021 09:49:21 -0700 Subject: [PATCH 1/2] Disable codecov --- ci/Jenkinsfile_utils.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/Jenkinsfile_utils.groovy b/ci/Jenkinsfile_utils.groovy index 85b55288f660..ec97a967516c 100644 --- a/ci/Jenkinsfile_utils.groovy +++ b/ci/Jenkinsfile_utils.groovy @@ -112,7 +112,9 @@ 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" + sh "env" } def collect_test_results_unix(original_file_name, new_file_name) { From 31ca30f8fefb89e258a95cbd462e9030efcb681b Mon Sep 17 00:00:00 2001 From: Joe Evans Date: Thu, 15 Apr 2021 11:45:22 -0700 Subject: [PATCH 2/2] Remove print env for now, just disable codecov. --- ci/Jenkinsfile_utils.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/Jenkinsfile_utils.groovy b/ci/Jenkinsfile_utils.groovy index ec97a967516c..52401b78cad7 100644 --- a/ci/Jenkinsfile_utils.groovy +++ b/ci/Jenkinsfile_utils.groovy @@ -114,7 +114,6 @@ def get_git_commit_hash() { def publish_test_coverage() { // disabling codecov // sh "curl -s https://codecov.io/bash | bash" - sh "env" } def collect_test_results_unix(original_file_name, new_file_name) {