From 97439866393e25a09a37dd6f84eb7dd2fc1c1492 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Sat, 15 Jun 2019 10:51:20 -0400 Subject: [PATCH] added coverage badge to README --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c028402..216c171 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ build dist kademlia.egg-info docs/_build +.coverage diff --git a/README.md b/README.md index 47b80c2..63aabe8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Python Distributed Hash Table [![Build Status](https://secure.travis-ci.org/bmuller/kademlia.png?branch=master)](https://travis-ci.org/bmuller/kademlia) [![Docs Status](https://readthedocs.org/projects/kademlia/badge/?version=latest)](http://kademlia.readthedocs.org) +[![Coverage Status](https://coveralls.io/repos/github/bmuller/twistar/badge.svg?branch=master)](https://coveralls.io/github/bmuller/twistar?branch=master) **Documentation can be found at [kademlia.readthedocs.org](http://kademlia.readthedocs.org/).**