| https://codecov.io/ | @codecov | hello@codecov.io |
|---|---|---|
| ======= |
pip install codecov
codecov --token=<repo token>codecovJenkins, Travis CI, Codeship, Circle CI, Semaphore, drone.io, AppVeyor, Wercker, Magnum, Shippable, and Gitlab CI. Otherwise fallbacks on git.
Append to your
.travis.yml
install:
pip install codecov
after_success:
codecovStart testing with Travis
Append to your
Test Commandsafter your test commands
pip install codecov
codecov --token=<repo token>Start testing with Codeship
Append to your
circle.ymlfile
test:
post:
- pip install codecov
- codecov --token=<repo token>Start testing with Circle CI
Copyright 2014-2015 codecov