Patch coverage being posted instead of project

Hey @noahw3, sorry for lengthy delay, please see my response on this here: Relative coverage increase - #2 by noahw3

On this YAML itself, you can be even more explicit and turn patch coverage off as follows:

codecov:
  require_ci_to_pass: no
  notify:
    wait_for_ci: no

coverage:
  status:
    project:
      default:
        target: auto
        base: auto
        threshold: 0%
        if_ci_failed: error
        paths:
          - src
          - types
          - client
    patch: off