Codecov automatically detects a wide variety of Supported CI providers. There are some exceptions, or new providers, that Codecov does not detect. In the event that your CI provider does not meet our matching criteria, you would need to provide the domain where your provider is located at.
Detection Technique
Codecov detects CI services through the Commit Status API provided by GitHub/Bitbucket/GitLab. We review the target url, and context, in order to determine if the status is a "continuous integration service" that uploads coverage reports.
There is a match when ci
, semaphoreci
, pull request validator
(cloudbees), continuous-integration
, or buildkite
is found in the context.
Ignoring specific CI provider
You can also ignore detecting the status of a specific CI provider. Below, we are ignoring AppVeyor. This is useful when, for example, you have not properly configured AppVeyor, or you are not expecting coverage reports uploaded from a CI provider.
codecov:
ci:
- jenkins.domain.com # add my custom jenkins server
- appveyor # CI builds by AppVeyor
Updated 6 days ago