From 2bacbaa52a7805998bb63330ad5c544881b71f44 Mon Sep 17 00:00:00 2001 From: mnpk Date: Wed, 10 Jun 2015 18:13:47 +0900 Subject: Add Coveralls integration and coverage badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a3e2742..d0a832c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Crow is C++ microframework for web. (inspired by Python Flask) -![Travis Build](https://travis-ci.org/ipkn/crow.svg?branch=master) +![Travis Build](https://travis-ci.org/mnpk/crow.svg?branch=master) +[![Coverage Status](https://coveralls.io/repos/mnpk/crow/badge.svg?branch=master)](https://coveralls.io/r/mnpk/crow?branch=master) ```c++ #include "crow.h" -- cgit v1.2.3-54-g00ecf