Apply Code Coverage Badge

This commit is contained in:
vtolstov
2025-05-19 08:54:04 +00:00
committed by github-actions[bot]
parent b5d9fd5764
commit 3992a2bfb2

View File

@@ -1,5 +1,5 @@
# HTTP Server
![Coverage](https://img.shields.io/badge/Coverage-5.2%25-red)
![Coverage](https://img.shields.io/badge/Coverage-5.1%25-red)
The HTTP Server is a go-micro.Server. It's a partial implementation which strips out codecs, transports, etc but enables you
to create a HTTP Server that could potentially be used for REST based API services.