From 0e6b182ec15d35c6c3f00ab904c869907c487261 Mon Sep 17 00:00:00 2001 From: George Pearse Date: Sat, 25 Oct 2025 19:46:08 +0000 Subject: [PATCH] feat: add Codecov coverage badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7281cd..ff63869 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ For people new to Kalman filters, they're well explained here https://www.youtub [![Documentation Status](https://img.shields.io/badge/docs-online-brightgreen)](https://georgepearse.github.io/bayesian_filters) [![PyPI Publishing](https://github.com/GeorgePearse/bayesian_filters/actions/workflows/publish-pypi.yml/badge.svg)](https://github.com/GeorgePearse/bayesian_filters/actions/workflows/publish-pypi.yml) [![Latest Release](https://img.shields.io/badge/latest%20release-v1.4.5-success)](https://pypi.org/project/bayesian-filters/1.4.5/) +[![codecov](https://codecov.io/gh/GeorgePearse/bayesian_filters/branch/master/graph/badge.svg)](https://codecov.io/gh/GeorgePearse/bayesian_filters) > **Note**: This is a personal fork of the original FilterPy library (now renamed to Bayesian Filters). The original project can be found at https://github.com/rlabbe/filterpy >