FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sa2ajj/codecov-python: Hosted coverage reports · GitHub

 
 

Latest commit

 

History

226 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov-python

https://codecov.io/ @codecov hello@codecov.io
=======

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 C

Append to your .travis.yml

install:
    pip install codecov
after_success:
    codecov

Start testing with Travis

Codeship

Append to your Test Commands after your test commands

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

Start testing with Codeship

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

About

Hosted coverage reports

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL