From 1496ea8fb014a9944df72719c847693906fef169 Mon Sep 17 00:00:00 2001 From: Eddie R Date: Thu, 19 Dec 2024 17:18:25 +0100 Subject: [PATCH] Adding badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9abad5..a40e049 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Simple Service registry based on pub/sub pattern [![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) +[![codecov](https://codecov.io/github/eddieraa/registry/branch/copilotReview/graph/badge.svg?token=6D2JTBBL0P)](https://codecov.io/github/eddieraa/registry) This first version service registry uses NATS (https://nats.io/) or Redis (https://redis.io/) to implement a service registry. You just need to start NATS before using this service registry.