You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/04/15 18:50:37 UTC

[incubator-mxnet] branch master updated: Disable codecov (#20173)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b0ec84  Disable codecov (#20173)
6b0ec84 is described below

commit 6b0ec84525d12188c667386fd64b681511d555ba
Author: Joe Evans <jo...@gmail.com>
AuthorDate: Thu Apr 15 11:48:51 2021 -0700

    Disable codecov (#20173)
    
    * Disable codecov
    
    * Remove print env for now, just disable codecov.
    
    Co-authored-by: Joe Evans <jo...@amazon.com>
---
 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 85b5528..52401b7 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) {