Manually Create Webhooks

Modified on Wed, 28 Sep 2022 at 01:30 PM

GitHub Enterprise

  1. Set a webhook secret in your codecov.yml


1github_enterprise: 2  webhook_secret: some_secret_string 


  1. Restart Codecov services

  2. Create a new hook at /{owner}/{repo}/settings/hooks/new

  3. Payload URL is https://your-codecov.com/webhooks/github_enterprise

    1. Change the protocol to http if ssl is not enabled

  4. Set Content-Type to application/json

  5. Add your Secret from the value above.

  6. Choose the following individual events:

    1. Delete
    2. Public
    3. Push
    4. Repository
    5. Pull request
    6. Status


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article