Add coverage report button

This commit is contained in:
c9s 2014-05-20 23:11:28 +08:00
parent 642300ba7b
commit eb81c1cc0b

View file

@ -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.