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

[incubator-mxnet] branch v1.x updated: Disable codecov. (#20175)

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

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


The following commit(s) were added to refs/heads/v1.x by this push:
     new b18443a  Disable codecov. (#20175)
b18443a is described below

commit b18443a6d646e3ed13a14d8d77c78e9a6d911297
Author: Joe Evans <jo...@gmail.com>
AuthorDate: Thu Apr 15 11:49:57 2021 -0700

    Disable codecov. (#20175)
    
    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 523fad9..24c280a 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) {