From c33054dfee57cc5239fb4b2f60ed5a8085dc09ad Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Feb 2026 21:58:48 +0100 Subject: [PATCH] Add CodeCov badge to README Added CodeCov badge to README for coverage tracking. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f702c95..5ad56a8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ [![License](http://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/uutils/num-prime/blob/main/LICENSE) [![dependency status](https://deps.rs/repo/github/uutils/num-prime/status.svg)](https://deps.rs/repo/github/uutils/num-prime) +[![CodeCov](https://codecov.io/gh/uutils/num-prime/branch/main/graph/badge.svg)](https://codecov.io/gh/uutils/num-prime) + + This crate provides utilities for prime number related functionalities: - Primality testing - Deterministic primality check of `u64` integers (using a very fast hashing algorithm)