-
Notifications
You must be signed in to change notification settings - Fork 51
Description
I have successfully configured CodeCov on my server, the github connection/webhooks are all working and my PRs/commits are showing up in CodeCov.
But the worker logs indicate that it cannot find a bot account for our repository, preventing reports from being processed. I have specified the bot account using both global YAML and a codecov.yaml file in the repository, setting it as my GitHub user. I've also followed the enterprise setup guide and configured a GitHub App accordingly.
The YAML configuration doesn't seem to be copying into the repository and the system reports that I have no bot account.
I have reviewed the available documentation but have not found a solution
I would appreciate assistance in understanding why the bot account is not being recognized and what additional information might be required to diagnose and resolve this issue.