From ee0b75ecf69dc785586689e7c94f7376c033efca Mon Sep 17 00:00:00 2001 From: Manuel Raimann Date: Fri, 30 Jan 2026 17:38:34 +0100 Subject: [PATCH] feat: add Codecov badge to README for coverage visibility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f914795..7bc7277 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A Rust library for black-box optimization using Tree-Parzen Estimator (TPE). [![Docs](https://docs.rs/optimize/badge.svg)](https://docs.rs/optimize) [![Crates.io](https://img.shields.io/crates/v/optimize.svg)](https://crates.io/crates/optimize) +[![codecov](https://codecov.io/gh/raimannma/rust-optimize/graph/badge.svg?token=WOE77XJ4M6)](https://codecov.io/gh/raimannma/rust-optimize) ## Features