From c0f2855bfb7eba522b73998def363b362e1beb4c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 Aug 2013 13:56:11 -0700 Subject: Added a badge to the README showing coverage --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0a577076..4379bb58 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,9 @@ Cryptography .. image:: https://travis-ci.org/alex/cryptography.png?branch=master :target: https://travis-ci.org/alex/cryptography +.. image:: https://coveralls.io/repos/alex/cryptography/badge.png?branch=master + :target: https://coveralls.io/r/alex/cryptography?branch=master + ``cryptography`` is a package designed to expose cryptographic primitives and recipes to Python developers. -- cgit v1.2.3