summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2016-10-02 11:00:09 -0400
committerYaroslav Halchenko <debian@onerussian.com>2016-10-02 11:00:32 -0400
commit94ca83c6b6f49bb1244569030ce7989d4e01495c (patch)
tree292cea6a3a94562b3ef58c5b470e70b359d7e2ae
parentb3b9c0242ba2893231e0ab1c13fa2a0c8a9cfc59 (diff)
downloadgitpython-94ca83c6b6f49bb1244569030ce7989d4e01495c.tar.gz
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
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ab766e7c..4e0a829a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
@@ -36,4 +36,4 @@ script:
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
-
after_success:
- - coveralls
+ - codecov