Every CI provider is supported by Codecov
In this page you can find specific documentation for a provider. If your CI provider is not found below, it is still supported. It just means that no unique documentation has been written yet. Read more about detecting other CI providers.
Supported CI Providers List
AppVeyor
Azure Pipelines with Git repos
Bamboo
Bitbucket Pipelines
Bitrise
Buildbot
Buildkite
CircleCI
Codeship
Codefresh
Drone
Github Actions
GitLab CI
Greenhouse
Jenkins
Semaphore
Shippable
TeamCity CI
Travis CI
Wercker
Example: Jenkins
curl -s https://codecov.io/bash | bash
Note: Jenkins CI cannot use parentheses. Please curl-pipe the Codecov uploader.
Example: To pass parameters to the codecov uploader script:
curl -s https://codecov.io/bash | bash -s -- -c -F aFlag -f path/to/a/report.xml ...
Updated 7 months ago