You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2017/09/11 07:48:38 UTC

[2/6] libcloud git commit: Add codecov image to readme.

Add codecov image to readme.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/eae60769
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/eae60769
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/eae60769

Branch: refs/heads/trunk
Commit: eae60769f29d9fffba30dee6162ff728dd10907e
Parents: 63e4bb5
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Mon Sep 11 09:38:09 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Mon Sep 11 09:48:29 2017 +0200

----------------------------------------------------------------------
 README.rst             | 4 ++--
 requirements-tests.txt | 1 -
 tox.ini                | 2 --
 3 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/eae60769/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index 6595d45..8949df2 100644
--- a/README.rst
+++ b/README.rst
@@ -28,8 +28,8 @@ Apache Libcloud - a unified interface for the cloud
 .. image:: https://bestpractices.coreinfrastructure.org/projects/152/badge
         :target: https://bestpractices.coreinfrastructure.org/projects/152
 
-.. image:: https://coveralls.io/repos/github/apache/libcloud/badge.svg?branch=trunk
-        :target: https://coveralls.io/github/apache/libcloud?branch=trunk
+.. image:: https://img.shields.io/codecov/c/github/apache/libcloud/master.svg
+        :target: https://codecov.io/github/apache/libcloud?branch=trunk
 
 Apache Libcloud is a Python library which hides differences between different
 cloud provider APIs and allows you to manage different cloud resources

http://git-wip-us.apache.org/repos/asf/libcloud/blob/eae60769/requirements-tests.txt
----------------------------------------------------------------------
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 4fdca78..b118ffd 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -4,7 +4,6 @@ astroid>=1.4.5,<1.5
 pylint>=1.5.5,<1.6
 mock>=1.0.1,<1.1
 codecov
-coveralls
 coverage<4.0
 requests
 requests_mock

http://git-wip-us.apache.org/repos/asf/libcloud/blob/eae60769/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index a8fe222..f33912e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,6 @@ deps =
     lockfile
     py{2.6,2.7}: paramiko
     py{2.6}: unittest2
-set-env =
-    COVERALLS_REPO_TOKEN = GAB5ZuovdsVEFxSIyZE8YhDYU886iGW54
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            python setup.py test
 basepython =