Still unable to disable patch report (check)

Description

Despite the fact that there are multiple threads going back for years related to how to disable the patch check and only keep the project on on github, it still seems that documentation does not work.

Repository

If you look at checks, you will still see two codecov checks instead of one.

CI/CD or Build URL

Maybe someone that managed to disable the patch report, can share a link to the secret YAML source that is needed for achieving that. Thanks.

@ssbarnea your codecov.yml file is invalid. You can view how to validate here.

Below is what I believe your yaml should look like instead.

codecov:
  require_ci_to_pass: true
comment: false
coverage:
  status:
    patch: false
    project:
      default:
        threshold: 0.5%