From f86795308351d103a64e7e3901f56b997e64d1cd Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Fri, 19 Feb 2016 16:27:57 -0500 Subject: Added code coverage on appveyor and Travis. Cleaned up appveyor script so the scripts it needs are in its PATH. Added codecov badge to README.me. --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2fd7bcc..bf67222 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,10 @@ dateutil - powerful extensions to datetime :target: https://ci.appveyor.com/project/dateutil/dateutil :alt: appveyor build status +.. image:: https://codecov.io/github/dateutil/dateutil/coverage.svg?branch=master + :target: https://codecov.io/github/dateutil/dateutil?branch=master + :alt: Code coverage + .. image:: https://img.shields.io/pypi/dd/python-dateutil.svg?style=flat-square :target: https://pypi.python.org/pypi/python-dateutil/ :alt: pypi downloads per day @@ -18,7 +22,6 @@ dateutil - powerful extensions to datetime :alt: pypi version - The `dateutil` module provides powerful extensions to the standard `datetime` module, available in Python. -- cgit v1.2.3