Apply Code Coverage Badge

This commit is contained in:
vtolstov
2025-06-11 06:44:09 +00:00
committed by github-actions[bot]
parent c37081ec19
commit 7a79159c39

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-2.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.