Skip to content

Commit

Permalink
Add codecov.io support to test
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 13, 2015
1 parent 2709ab1 commit 07aaf07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ script:
# upload coverage
after_script:
- if [ -z "$CI_LINT" ] ; then coveralls ; fi
- if [ -z "$CI_LINT" ] ; then codecov ; fi
- if [ -z "$CI_LINT" ] ; then ocular --data-file ".coverage" --config-file ".coveragerc" ; fi
# cache configuration
cache:
Expand Down
1 change: 1 addition & 0 deletions ci/requirements-travis.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pep8
coveralls
codecov
pylint
pylint-django
pyflakes
Expand Down

0 comments on commit 07aaf07

Please sign in to comment.