| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| https://codecov.io/ | @codecov | hello@codecov.io |
|---|
Find coverage reports for all the languages below, gather them and submit them to Codecov.
pip install --user codecov && codecov --token=<repo token>--user argument not needed for Python projects. See example here.
Python, C#/.net, Java, Node/Javascript/Coffee, C/C++, D, Go, Groovy, Kotlin, PHP, R, Scala, Xtern, Xcode, Lua and more...
Below are most commonly used settings.
| Argument | Environment | Description |
|---|---|---|
| -t | CODECOV_TOKEN | Private repo token for uploading |
| -e | CODECOV_ENV | List of config vars to store for the build see example |
# public repository on Travis CI
install:
- pip install --user codecov
after_success:
- codecov# private repository on Travis CI
install:
- pip install --user codecov
after_success:
- codecov -t :repo-token| Company | Supported | Token Required |
|---|---|---|
| Travis CI | Yes |
Private only |
| CircleCI | Yes | Private only |
| Codeship | Yes | Public & Private |
| Jenkins | Yes | Public & Private |
| Semaphore | Yes | Public & Private |
| Drone.io | Yes | Public & Private |
| AppVeyor | Yes |
Public & Private |
| Wercker | Yes | Public & Private |
| Magnum CI | Yes | Public & Private |
| Shippable | Yes | Public & Private |
| Gitlab CI | Yes | Public & Private |
| Snap CI | Yes | Public & Private |
| git / mercurial | Yes (as a fallback) | Public & Private |
| Buildbot | coming soon buildbot/buildbot#1671 | |
| Bamboo | coming soon | |
| Solano Labs | coming soon |
Using Travis CI? Uploader is compatable with sudo: false which can speed up your builds. 👍
Copyright 2014-2015 codecov
| Back | FazBrowse Home | New Git URL |