diff --git a/.travis.yml b/.travis.yml index 0e3cd257..d85cdf68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ install: - python setup.py -q install - pip install -r extra_requirements.txt - pip install coverage pytest-cov coveralls + - pip install codecov - npm install before_script: @@ -35,4 +36,4 @@ script: - cd karma-tests && make test after_success: - coveralls + - codecov diff --git a/README.rst b/README.rst index 97f12195..bb06c967 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ Webrecorder pywb 2.0.0 .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master :target: https://travis-ci.org/ikreymer/pywb -.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=master - :target: https://coveralls.io/r/ikreymer/pywb?branch=master +.. image:: https://codecov.io/gh/webrecorder/pywb/branch/master/graph/badge.svg + :target: https://codecov.io/gh/webrecorder/pywb Web Archiving Tools for All ---------------------------