GitHub Enterprise
Set a webhook secret in your
codecov.yml
1github_enterprise: 2 webhook_secret: some_secret_string
Restart Codecov services
Create a new hook at
/{owner}/{repo}/settings/hooks/new
Payload URL is
https://your-codecov.com/webhooks/github_enterprise
Change the protocol to
http
if ssl is not enabled
Set Content-Type to
application/json
Add your Secret from the value above.
Choose the following individual events:
Delete
Public
Push
Repository
Pull request
Status
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article