Manually Create Webhooks

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

    a. 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?
0 out of 0 found this helpful

Articles in this section

See more