From 49b9148db84e40ab3b1685d95da8549cc32801da Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 16 Jan 2018 11:28:43 -0800 Subject: [PATCH] codecov: switch coverage reporting to codecov --- .travis.yml | 3 ++- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 ---------------------------