added coverage badge to README

This commit is contained in:
Brian Muller 2019-06-15 10:51:20 -04:00
parent 3631505ae2
commit 9743986639
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ build
dist
kademlia.egg-info
docs/_build
.coverage

View File

@ -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/).**