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

Commit

Permalink
Disable codecov (#20173)
Browse files Browse the repository at this point in the history
* Disable codecov

* Remove print env for now, just disable codecov.

Co-authored-by: Joe Evans <[email protected]>
  • Loading branch information
josephevans and Joe Evans authored Apr 15, 2021
1 parent 2cac53b commit 6b0ec84
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"
// disabling 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 6b0ec84

Please sign in to comment.