xiaonanln / goworld

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

[github-actions] switch from Travis to Github Actions #99

Closed xiaonanln closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #99 into master will decrease coverage by 0.43%. The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   34.22%   33.79%   -0.44%     
==========================================
  Files          41       37       -4     
  Lines        3708     3418     -290     
==========================================
- Hits         1269     1155     -114     
+ Misses       2277     2129     -148     
+ Partials      162      134      -28     
Impacted Files Coverage Δ
engine/kvdb/kvdb.go 36.08% <ø> (+1.76%) :arrow_up:
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%> (ø)

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 05d512f...e3d8582. Read the comment docs.