From 76ee86a441c2c9a61c36376ab48316616ed56719 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Wed, 6 May 2015 07:44:50 +0200 Subject: [PATCH] docs(readme): Add coverage status badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df94b357..82b6a980 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/hyperium/hyper.svg?branch=master)](https://travis-ci.org/hyperium/hyper) [![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper) +[![Coverage Status](https://coveralls.io/repos/hyperium/hyper/badge.svg?branch=master)](https://coveralls.io/r/hyperium/hyper?branch=master) A Modern HTTP library for Rust.