From 545311f9eb2b0a9f0c674dbe89870e82fbb6d451 Mon Sep 17 00:00:00 2001 From: Christian Llontop Date: Sat, 8 Jun 2024 19:40:15 -0500 Subject: [PATCH] Add CodeCov badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f8f1a3..c5daf78 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Simple key-value storage with support for multiple backends. [![Crates.io](https://img.shields.io/crates/v/keyv)](https://crates.io/crates/keyv) +[![codecov](https://codecov.io/gh/chrisllontop/keyv-rust/graph/badge.svg?token=H6FQLQ2LGY)](https://codecov.io/gh/chrisllontop/keyv-rust) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/chrisllontop/keyv-rust/ci.yml) ![GitHub Repo stars](https://img.shields.io/github/stars/chrisllontop/keyv-rust) ![Crates.io Total Downloads](https://img.shields.io/crates/d/keyv)