Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Disable codecov #20173

Merged
merged 2 commits into from
Apr 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci/Jenkinsfile_utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down