diff options
author | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-01-29 01:41:37 +0100 |
---|---|---|
committer | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-01-29 03:50:11 +0100 |
commit | c416440c255826e059a6cb18e4ff6335b367a8b1 (patch) | |
tree | 062b133a35a2d0387c5937c816d3e8a281829039 /README.md | |
parent | doc: updated readme (diff) | |
download | knot-resolver-c416440c255826e059a6cb18e4ff6335b367a8b1.tar.xz knot-resolver-c416440c255826e059a6cb18e4ff6335b367a8b1.zip |
tests: code coverage with coveralls
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Knot DNS Resolver [![Build Status](https://travis-ci.org/CZNIC-Labs/knot-resolver.svg?branch=master)](https://travis-ci.org/CZNIC-Labs/knot-resolver) +[![Coverage Status](https://coveralls.io/repos/CZNIC-Labs/knot-resolver/badge.svg?branch=master)](https://coveralls.io/r/CZNIC-Labs/knot-resolver?branch=master) The Knot DNS Resolver is a minimalistic caching resolver implementation. The project provides both a resolver library and a small daemon. Modular architecture of the library keeps the core tiny and efficient, and provides |