Apply Code Coverage Badge

This commit is contained in:
vtolstov
2025-05-13 22:30:35 +00:00
committed by github-actions[bot]
parent 1cb2b3c241
commit 39ad61b34e

View File

@@ -1,5 +1,5 @@
# HTTP Server
![Coverage](https://img.shields.io/badge/Coverage-3.5%25-red)
![Coverage](https://img.shields.io/badge/Coverage-5.2%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.