Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.68 KB

File metadata and controls

63 lines (46 loc) · 1.68 KB

codecov-python Build Status codecov.io

https://codecov.io/ @codecov [email protected]
=======

Usage

pip install codecov
codecov --token=<repo token>

Require min coverage

codecov

CI Companies Supported

Jenkins, Travis CI, Codeship, Circle CI, Semaphore, drone.io, AppVeyor, Wercker, Magnum, Shippable, and Gitlab CI. Otherwise fallbacks on git.

travis-org Travis C

Append to your .travis.yml

install:
    pip install codecov
after_success:
    codecov

Start testing with Travis

codeship Codeship

Append to your Test Commands after your test commands

pip install codecov
codecov --token=<repo token>

Start testing with Codeship

circleci Circle CI

Append to your circle.yml file

test:
    post:
        - pip install codecov
        - codecov --token=<repo token>

Start testing with Circle CI

Copyright

Copyright 2014-2015 codecov