From 4abfdccfe2e7d74833e25e86ee75b357d7d11fbd Mon Sep 17 00:00:00 2001 From: vtolstov Date: Sat, 18 Oct 2025 07:43:18 +0000 Subject: [PATCH] Apply Code Coverage Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f61bf..c51a82c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HTTP Client -![Coverage](https://img.shields.io/badge/Coverage-42.6%25-yellow) +![Coverage](https://img.shields.io/badge/Coverage-41.7%25-yellow) This plugin is an HTTP client for [Micro](https://pkg.go.dev/go.unistack.org/micro/v3). It implements the [micro.Client](https://pkg.go.dev/go.unistack.org/micro/v3/client#Client) interface.