From d33854d5a91e59bdc76cf9977930e0fe4a7eb0d9 Mon Sep 17 00:00:00 2001 From: Jason Antman Date: Sat, 27 Dec 2014 07:47:40 -0500 Subject: [PATCH 1/2] test switching from coveralls.io to codecov.io (see https://github.com/lemurheavy/coveralls-public/issues/31 ) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9992eba..45c3ea2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,14 @@ install: - git config --global user.email "travisci@jasonantman.com" - git config --global user.name "travisci" - pip install tox - - pip install coveralls + - pip install codecov - pip freeze script: - tox -r after_success: - - coveralls + - codecov notifications: email: From 65c1f3692929ae1fa5773bed0663e38ebd62abc5 Mon Sep 17 00:00:00 2001 From: Jason Antman Date: Sat, 27 Dec 2014 07:57:49 -0500 Subject: [PATCH 2/2] codecov - update readme with new badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 83ecdc4..08412e0 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,8 @@ pypuppetdb_daily_report :target: http://travis-ci.org/jantman/pypuppetdb-daily-report :alt: travis-ci for master branch -.. image:: https://coveralls.io/repos/jantman/pypuppetdb-daily-report/badge.png?branch=master - :target: https://coveralls.io/r/jantman/pypuppetdb-daily-report?branch=master +.. image:: https://codecov.io/github/jantman/pypuppetdb-daily-report/coverage.svg?branch=master + :target: https://codecov.io/github/jantman/pypuppetdb-daily-report?branch=master :alt: coverage report for master branch .. image:: http://www.repostatus.org/badges/0.1.0/active.svg