Apply Code Coverage Badge
All checks were successful
coverage / build (push) Successful in 7m30s
test / test (push) Successful in 10m29s
sync / sync (push) Successful in 13s

This commit is contained in:
vtolstov
2025-04-27 18:39:33 +00:00
committed by github-actions[bot]
parent 443ea4bdb9
commit 9af830532b

View File

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