From 1db2c66891ddd21c5d25383a0bf20e66767af1fd Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Thu, 26 Oct 2023 09:38:21 +0200 Subject: [PATCH] docs: Add codecov Badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20670bd..6749375 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Rust](https://github.com/alexohneander/rustysearch/actions/workflows/rust.yml/badge.svg)](https://github.com/alexohneander/rustysearch/actions/workflows/rust.yml) +[![codecov](https://codecov.io/gh/alexohneander/rustysearch/graph/badge.svg?token=IE0019X6NK)](https://codecov.io/gh/alexohneander/rustysearch) # rustysearch This is my attempt to implement a search index in Rust