Skip to content
Snippets Groups Projects
Commit 0a8d8224 authored by Covertness's avatar Covertness
Browse files

add coverage status

parent c55c018b
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ addons: ...@@ -9,7 +9,6 @@ addons:
# run builds for both all the trains # run builds for both all the trains
rust: rust:
- nightly
- beta - beta
- stable - stable
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
[![crates.io](http://meritbadge.herokuapp.com/coap)](https://crates.io/crates/coap) [![crates.io](http://meritbadge.herokuapp.com/coap)](https://crates.io/crates/coap)
[![Travis Build Status](https://travis-ci.org/Covertness/coap-rs.svg?branch=master)](https://travis-ci.org/Covertness/coap-rs) [![Travis Build Status](https://travis-ci.org/Covertness/coap-rs.svg?branch=master)](https://travis-ci.org/Covertness/coap-rs)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/ic36jdu4xy6doc59?svg=true)](https://ci.appveyor.com/project/Covertness/coap-rs) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/ic36jdu4xy6doc59?svg=true)](https://ci.appveyor.com/project/Covertness/coap-rs)
[![Coverage Status](https://coveralls.io/repos/Covertness/coap-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/Covertness/coap-rs?branch=master)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library implemented in Rust. A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library implemented in Rust.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment