Apply Code Coverage Badge

This commit is contained in:
vtolstov
2025-04-27 18:50:16 +00:00
committed by github-actions[bot]
parent 7f904d0cc7
commit 984c6495c6

View File

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