From 00d6c86637133e941c4a092b561f2f84d24b6b00 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 3 Jun 2020 14:11:36 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f044844..4b78135 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Rust](https://github.com/haraldh/dynqueue/workflows/Rust/badge.svg)](https://github.com/haraldh/dynqueue/actions) +[![Coverage Status](https://coveralls.io/repos/github/haraldh/dynqueue/badge.svg?branch=master)](https://coveralls.io/github/haraldh/dynqueue?branch=master) + # DynQueue - dynamically extendable Rayon parallel iterator A `DynQueue` can be iterated with `into_par_iter` producing `(DynQueueHandle, T)` elements.