From de5716e844ef384c878dd24da69386449edc7680 Mon Sep 17 00:00:00 2001 From: Nathan Osman Date: Sat, 11 Jul 2020 17:42:20 -0700 Subject: [PATCH] Add code coverage to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b86eb41..c092164 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Django Archive [![Build Status](https://travis-ci.org/nathan-osman/django-archive.svg?branch=master)](https://travis-ci.org/nathan-osman/django-archive) +[![Coverage Status](https://coveralls.io/repos/github/nathan-osman/django-archive/badge.svg?branch=master)](https://coveralls.io/github/nathan-osman/django-archive?branch=master) [![Latest Documentation](https://readthedocs.org/projects/django-archive/badge/?version=latest)](http://django-archive.readthedocs.org/en/latest/) [![PyPI Version](http://img.shields.io/pypi/v/django-archive.svg?style=flat)](https://pypi.python.org/pypi/django-archive) [![PyPI Downloads](http://img.shields.io/pypi/dm/django-archive.svg?style=flat)](https://pypi.python.org/pypi/django-archive)