From 20879d2da252bba032e28b5e5306711a129515d0 Mon Sep 17 00:00:00 2001 From: Joaquim Rocha Date: Thu, 15 May 2025 16:02:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0c842fa..7a0502b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -![Coverage](.github/badges/jacoco.svg) - # EmbedHTTP EmbedHTTP is a lightweight, dependency-free HTTP/1.1 server designed to be easily embedded into existing projects. It provides a simple and efficient way to expose HTTP endpoints, making it ideal for use cases such as Kubernetes probes (e.g., liveness and readiness checks) or exposing metrics for Prometheus.