From 46a7eb0f3f1ffd551ab7638391fe47c8fed5ff8e Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 8 May 2017 19:05:02 +0300 Subject: [PATCH] Update source of coveralls.io badge --- README.rst | 4 ++-- docs/index.rst | 4 ++-- docs/main/changelog.rst | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index adab0c72..2de9d8e5 100644 --- a/README.rst +++ b/README.rst @@ -41,8 +41,8 @@ Status | *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | | | :target: https://travis-ci.org/ets-labs/python-dependency-injector | | | :alt: Build Status | -| | .. image:: https://coveralls.io/repos/ets-labs/python-dependency-injector/badge.svg | -| | :target: https://coveralls.io/r/ets-labs/python-dependency-injector | +| | .. image:: https://coveralls.io/repos/github/ets-labs/python-dependency-injector/badge.svg?branch=master | +| | :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master | | | :alt: Coverage Status | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+ | *Github* | .. image:: https://img.shields.io/github/watchers/ets-labs/python-dependency-injector.svg?style=social&label=Watch | diff --git a/docs/index.rst b/docs/index.rst index a7f698f7..f818cfa8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,8 +56,8 @@ Status | *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | | | :target: https://travis-ci.org/ets-labs/python-dependency-injector | | | :alt: Build Status | -| | .. image:: https://coveralls.io/repos/ets-labs/python-dependency-injector/badge.svg | -| | :target: https://coveralls.io/r/ets-labs/python-dependency-injector | +| | .. image:: https://coveralls.io/repos/github/ets-labs/python-dependency-injector/badge.svg?branch=master | +| | :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master | | | :alt: Coverage Status | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+ | *Github* | .. image:: https://img.shields.io/github/watchers/ets-labs/python-dependency-injector.svg?style=social&label=Watch | diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 57ef7845..e436f6c5 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -18,6 +18,7 @@ Development version would be returned. - Update example of writing custom providers. - Update movie lister example miniapp. +- Update source of ``coveralls.io`` badge. 3.4.3 -----