aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormnpk <mwpark@castis.com>2015-06-10 18:13:47 +0900
committermnpk <mwpark@castis.com>2015-06-10 18:13:47 +0900
commit2bacbaa52a7805998bb63330ad5c544881b71f44 (patch)
treec4a1054e483b84b910502322f18891de58451dc5 /README.md
parent7e1b4ee58c1c088cd5c1bdb9aa58df0e1a239ad9 (diff)
downloadcrow-2bacbaa52a7805998bb63330ad5c544881b71f44.tar.gz
crow-2bacbaa52a7805998bb63330ad5c544881b71f44.zip
Add Coveralls integration and coverage badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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"