dt-rush / sameriver

game engine written in go
Other
1 stars 1 forks source link

separated entity distance queries from collision system spatial hash #57

Closed dt-rush closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #57 (1b53cce) into master (75a5176) will increase coverage by 1.06%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   69.67%   70.74%   +1.06%     
==========================================
  Files          68       68              
  Lines        3684     3712      +28     
==========================================
+ Hits         2567     2626      +59     
+ Misses        965      937      -28     
+ Partials      152      149       -3     
Impacted Files Coverage Δ
v2/world_queries.go 28.88% <11.11%> (+9.71%) :arrow_up:
v2/world.go 86.56% <93.22%> (+1.48%) :arrow_up:
v2/component_table.go 50.00% <100.00%> (+0.17%) :arrow_up:
v2/spatial_hasher.go 100.00% <100.00%> (ø)
v2/testing_world.go 100.00% <100.00%> (ø)
v2/entity_manager_list_management.go 87.50% <0.00%> (+4.16%) :arrow_up:
v2/updated_entity_list.go 100.00% <0.00%> (+5.88%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.