Skip to content

RF: coveralls (not used/relied on really) -> codecov #522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
RF: coveralls (not used/relied on really) -> codecov
codecov in our (datalad, etc) experience provides a better service,
great support, and super-nice intergration with chromium and firefox
for reviewing coverage of pull requests.  In light of the
@with_rw_directory fiasco detected/fixed in #521 I would strongly
recommend to (re-)enable and use coverage reports
  • Loading branch information
yarikoptic committed Oct 2, 2016
commit 94ca83c6b6f49bb1244569030ce7989d4e01495c
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git:
install:
- git submodule update --init --recursive
- git fetch --tags
- pip install coveralls flake8 ddt sphinx
- pip install codecov flake8 ddt sphinx

# generate some reflog as git-python tests need it (in master)
- ./init-tests-after-clone.sh
Expand All @@ -36,4 +36,4 @@ script:
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
-
after_success:
- coveralls
- codecov