fix(config): Use boolean in `codecov.yml` (#51699)
This switches from using `yes` to using `true` in `codecov.yml`, as specified in the schema for the file[1], so our linter will stop yelling at us. (This also matches the example in the codecov docs[2].)
[1] https://json.schemastore.org/codecov.json
[2] https://docs.codecov.com/docs/pull-request-comments#configuration