aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-09 09:38:28 +0200
committerritchie <ritchie@gmx.at>2015-05-09 09:38:28 +0200
commitb2067792254729ba7267bdba569b609ab38463ea (patch)
tree08d9bc7bbb3d1a14bed187407b1b2af706f63d69 /README.md
parentfb42a3003b5ebb3e0b0aacaac60890d3beb4798c (diff)
downloadnanohttpd-b2067792254729ba7267bdba569b609ab38463ea.tar.gz
try to activate test coverage over travis
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89b8fe8..6e57919 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@
current build status at https://travis-ci.org [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd)
+Test Coverage Status [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd)
+
## Core Features
* Only one Java file, providing HTTP 1.1 support.
* Two "flavours" - one at "current" standards and one strictly Java 1.1 compatible.