How to use self hosted runners with github codecov.yml file

Before submitting a topic, please confirm the following

I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml configuration file.
I have filled out the below sections to the best of my ability.
I understand that the community boards are a free, best-effort tool. While we hope to have someone on the Codecov team resolve your problem quickly, this is not always possible.

Description

Hi folks, I am trying to understand how can we use self hosted codecov with codecov.yml file? Lets say I have this repository called X. Now, lets hypothetically assume I have a enterprise license, how can i use codecov for my public repository X ? As far as I understand, there are 2 ways to configure codecov.yml. One is using github codecov-action which supports url parameter for me to point it to self hosted domain, but is this possible using codecov.yml ?

Few config I tried :-

codecov:
  url: "https://mycompany.com"

This config is not really working but is shown valid by config-validator. The reason I am asking is because my management has some specific requirements which needs to be validated before starting conversation with codecov.

I couldn’t really find anything around this.

Thanks

@hello-guys I recommend you chat with sales if you are looking to understand self-hosted, as that is beyond my knowledge.