From 0a8d82248054c9b9f5c9de9782b6523f26053879 Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Tue, 14 Jul 2015 23:35:18 +0800 Subject: [PATCH] add coverage status --- .travis.yml | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edfdf3a..37374e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ addons: # run builds for both all the trains rust: - - nightly - beta - stable diff --git a/README.md b/README.md index 8b8be63..ff2a52c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [](https://crates.io/crates/coap) [](https://travis-ci.org/Covertness/coap-rs) [](https://ci.appveyor.com/project/Covertness/coap-rs) +[](https://coveralls.io/github/Covertness/coap-rs?branch=master) [](./LICENSE) A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library implemented in Rust. -- GitLab