diff --git a/codecov.yml b/codecov.yml index cbbe408ba..3b702eef0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,9 +1,13 @@ # Don't post a comment on pull requests. comment: off -# I think this disables commit statuses? +# Sets non-blocking status checks coverage: - status: - project: no - patch: no - changes: no + status: + project: + default: + informational: true + patch: + default: + informational: true + changes: no