]> git.lizzy.rs Git - PAKEs.git/blobdiff - README.md
update deps: hkdf-0.6
[PAKEs.git] / README.md
index 23ae2329ca520be795dcc888698bb6f1c434db06..bb5332848617159acceec4fb4e665ef9c3b869c2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 # spake2.rs
 The SPAKE2 password-authenticated key-exchange algorithm, in Rust.
 
-[![Build Status](https://travis-ci.org/warner/spake2.rs.svg?branch=master)](https://travis-ci.org/warner/spake2.rs) [![Crates.io](https://img.shields.io/crates/v/spake2.svg)](https://crates.io/crates/spake2) [![Docs.rs](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2)
+[![Build Status](https://travis-ci.org/warner/spake2.rs.svg?branch=master)](https://travis-ci.org/warner/spake2.rs)
+[![codecov](https://codecov.io/gh/warner/spake2.rs/branch/master/graph/badge.svg)](https://codecov.io/gh/warner/spake2.rs)
+[![Crates.io](https://img.shields.io/crates/v/spake2.svg)](https://crates.io/crates/spake2)
+[![Docs.rs](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2)
+
 
 NOTE: this is just a beginning: you should absolutely not use this for anything at all yet. It has a long way to go. Wait until it has a real version number (at least 0.1.something) and has been published to crates.io.