diff --git a/ci/Jenkinsfile_utils.groovy b/ci/Jenkinsfile_utils.groovy index 52401b78cad7..17d4e847bb82 100644 --- a/ci/Jenkinsfile_utils.groovy +++ b/ci/Jenkinsfile_utils.groovy @@ -112,8 +112,7 @@ def get_git_commit_hash() { } def publish_test_coverage() { - // disabling codecov - // sh "curl -s https://codecov.io/bash | bash" + run "aws s3 cp s3://mxnet-ci-codecov/codecov ./ && chmod +x codecov && ./codecov -t ${CODECOV_TOKEN}" } def collect_test_results_unix(original_file_name, new_file_name) {