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
a. Change the protocol tohttps://your-codecov.com/webhooks/github_enterprise
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
-