xiaonanln / goworld

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

cleanup code #100

Closed xiaonanln closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #100 into master will decrease coverage by 1.61%. The diff coverage is 11.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
- Coverage   34.22%   32.60%   -1.62%     
==========================================
  Files          41       37       -4     
  Lines        3708     3211     -497     
==========================================
- Hits         1269     1047     -222     
+ Misses       2277     2042     -235     
+ Partials      162      122      -40     
Impacted Files Coverage Δ
engine/async/async.go 72.34% <ø> (ø)
engine/entity/Entity.go 7.12% <0.00%> (ø)
engine/entity/EntityManager.go 17.98% <0.00%> (+0.37%) :arrow_up:
engine/entity/MapAttr.go 36.55% <0.00%> (ø)
engine/entity/Space.go 0.00% <ø> (ø)
engine/entity/SpaceManager.go 23.07% <ø> (+3.07%) :arrow_up:
engine/gwlog/gwlog.go 80.51% <ø> (ø)
engine/kvdb/kvdb.go 36.08% <0.00%> (+1.76%) :arrow_up:
engine/kvreg/kvreg.go 0.00% <0.00%> (ø)
engine/netutil/Connection.go 0.00% <0.00%> (-100.00%) :arrow_down:
... and 11 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 dd6301e...7718a17. Read the comment docs.