Skip to content

Commit

Permalink
Merge pull request #353 from yarikoptic/enh-cover
Browse files Browse the repository at this point in the history
ENH: Enabling codecov support in travis
  • Loading branch information
yarikoptic committed Feb 18, 2016
2 parents 754e4f3 + 7cc223c commit 780746b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install:
- git config --global user.email "test@travis.land"
- git config --global user.name "Travis Almighty"
- git submodule update --init --recursive
- cd ..; pip install -q coveralls; cd -
- cd ..; pip install -q coveralls codecov; cd -
- pip install -r requirements.txt
# Verify that setup.py build doesn't puke
- python setup.py build
Expand All @@ -58,6 +58,7 @@ script:

after_success:
- coveralls
- codecov

# makes it only more difficult to comprehend the failing output. Enable only when necessary
# for a particular debugging
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ internals and/or contributing to the project.

* [![Coverage Status](https://coveralls.io/repos/datalad/datalad/badge.png?branch=master)](https://coveralls.io/r/datalad/datalad)

* [![codecov.io](https://codecov.io/github/datalad/datalad/coverage.svg?branch=master)](https://codecov.io/github/datalad/datalad?branch=master)

* [![Documentation](https://readthedocs.org/projects/datalad/badge/?version=latest)](http://datalad.rtfd.org)

# Dependencies
Expand Down

0 comments on commit 780746b

Please sign in to comment.