From eb81c1cc0b6e1fb2766d4422f39c6205a74000a6 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 20 May 2014 23:11:28 +0800 Subject: [PATCH] Add coverage report button --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e6637c..9e842cb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ R3 [![Build Status](https://travis-ci.org/c9s/r3.svg?branch=master)](https://travis-ci.org/c9s/r3) +[![Coverage Status](https://coveralls.io/repos/c9s/r3/badge.png)](https://coveralls.io/r/c9s/r3) + R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your route paths into a prefix trie.