Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.47 KB

File metadata and controls

55 lines (40 loc) · 1.47 KB

codecov-python Build Status codecov.io

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

Usage

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

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 codecov