xiaonanln / goworld

Scalable Distributed Game Server Engine with Hot Swapping in Golang
Apache License 2.0
2.53k stars 450 forks source link

[style] clean comments #98

Closed xiaonanln closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #98 into master will decrease coverage by 0.28%. The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   34.22%   33.93%   -0.29%     
==========================================
  Files          41       37       -4     
  Lines        3708     3418     -290     
==========================================
- Hits         1269     1160     -109     
+ Misses       2277     2125     -152     
+ Partials      162      133      -29     
Impacted Files Coverage Δ
engine/entity/Space.go 0.00% <ø> (ø)
engine/kvdb/kvdb.go 41.23% <ø> (+6.92%) :arrow_up:
engine/netutil/MessagePackMsgPacker.go 81.81% <ø> (ø)
engine/netutil/Packet.go 22.56% <40.00%> (ø)
engine/config/read_config.go 69.36% <100.00%> (+5.80%) :arrow_up:
engine/netutil/Connection.go 100.00% <100.00%> (ø)
engine/netutil/PacketConnection.go 51.11% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 732a497...f316b38. Read the comment docs.