xiaonanln / goworld

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

Rm makefile #101

Closed xiaonanln closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 into master will decrease coverage by 1.55%. The diff coverage is 4.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage   34.22%   32.67%   -1.56%     
==========================================
  Files          41       37       -4     
  Lines        3708     3220     -488     
==========================================
- Hits         1269     1052     -217     
+ Misses       2277     2047     -230     
+ Partials      162      121      -41     
Impacted Files Coverage Δ
engine/entity/Space.go 0.00% <ø> (ø)
engine/kvdb/kvdb.go 41.23% <ø> (+6.92%) :arrow_up:
engine/netutil/Connection.go 0.00% <0.00%> (-100.00%) :arrow_down:
engine/netutil/MessagePackMsgPacker.go 81.81% <ø> (ø)
engine/netutil/Packet.go 0.00% <0.00%> (-22.57%) :arrow_down:
engine/netutil/PacketConnection.go 0.00% <0.00%> (-51.12%) :arrow_down:
engine/netutil/netutil.go 0.00% <ø> (ø)
engine/config/read_config.go 69.36% <100.00%> (+5.80%) :arrow_up:
engine/netutil/TCPServer.go 24.00% <0.00%> (-8.00%) :arrow_down:
... and 3 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...f831363. Read the comment docs.