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

Commit

Permalink
Disable codecov. (#20175)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Evans <joeev@amazon.com>
  • Loading branch information
josephevans and Joe Evans committed Apr 15, 2021
1 parent 37faacd commit b18443a
Showing 1 changed file with 2 additions and 1 deletion.
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"
// disable codecov
// sh "curl -s https://codecov.io/bash | bash"
}

def collect_test_results_unix(original_file_name, new_file_name) {
Expand Down

0 comments on commit b18443a

Please sign in to comment.