lxzan / gws

simple, fast, reliable websocket server & client, supports running over tcp/kcp/unix domain socket. keywords: ws, proxy, chat, go, golang...
https://pkg.go.dev/github.com/lxzan/gws
Apache License 2.0
1.34k stars 84 forks source link

v1.6.13 #55

Closed lxzan closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (828116b) 98.13% compared to head (6cc772f) 98.64%. Report is 6 commits behind head on master.

:exclamation: Current head 6cc772f differs from pull request most recent head 8523a6e. Consider uploading reports for the commit 8523a6e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #55 +/- ## ========================================== + Coverage 98.13% 98.64% +0.50% ========================================== Files 14 15 +1 Lines 1288 1325 +37 ========================================== + Hits 1264 1307 +43 + Misses 15 12 -3 + Partials 9 6 -3 ``` | [Files](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5) | Coverage Δ | | |---|---|---| | [client.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-Y2xpZW50Lmdv) | `97.69% <100.00%> (+2.49%)` | :arrow_up: | | [conn.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-Y29ubi5nbw==) | `100.00% <100.00%> (ø)` | | | [internal/utils.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-aW50ZXJuYWwvdXRpbHMuZ28=) | `100.00% <100.00%> (ø)` | | | [option.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-b3B0aW9uLmdv) | `100.00% <100.00%> (ø)` | | | [protocol.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-cHJvdG9jb2wuZ28=) | `100.00% <100.00%> (ø)` | | | [reader.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-cmVhZGVyLmdv) | `94.95% <100.00%> (+2.65%)` | :arrow_up: | | [recovery.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-cmVjb3ZlcnkuZ28=) | `100.00% <100.00%> (ø)` | | | [updrader.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-dXBkcmFkZXIuZ28=) | `100.00% <100.00%> (ø)` | | | [writer.go](https://app.codecov.io/gh/lxzan/gws/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E9%81%93%E5%8F%8B%E8%AF%B7%E7%95%99%E6%AD%A5#diff-d3JpdGVyLmdv) | `97.45% <100.00%> (+0.04%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.