Skip to content

Fix npc spawns invalidation

f454874
Select commit
Loading
Failed to load commit list.
Merged

Startup performance and cooking fixes #849

Fix npc spawns invalidation
f454874
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2026 in 1s

37.12% (-0.01%) compared to c9170b3

View this Pull Request on Codecov

37.12% (-0.01%) compared to c9170b3

Details

Codecov Report

❌ Patch coverage is 0% with 84 lines in your changes missing coverage. Please review.
✅ Project coverage is 37.12%. Comparing base (c9170b3) to head (f454874).

Files with missing lines Patch % Lines
...gs/voidps/engine/entity/character/npc/NPCSpawns.kt 0.00% 67 Missing ⚠️
...tlin/world/gregs/voidps/engine/data/ConfigFiles.kt 0.00% 13 Missing ⚠️
...egs/voidps/engine/data/definition/data/Uncooked.kt 0.00% 1 Missing ⚠️
...n/kotlin/world/gregs/voidps/engine/entity/World.kt 0.00% 1 Missing ⚠️
game/src/main/kotlin/Main.kt 0.00% 1 Missing ⚠️
...in/content/entity/player/command/ServerCommands.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
...egs/voidps/engine/data/definition/data/Uncooked.kt 0.00% <0.00%> (ø)
...n/kotlin/world/gregs/voidps/engine/entity/World.kt 41.93% <0.00%> (ø)
game/src/main/kotlin/Main.kt 0.00% <0.00%> (ø)
...in/content/entity/player/command/ServerCommands.kt 17.24% <0.00%> (ø)
...tlin/world/gregs/voidps/engine/data/ConfigFiles.kt 11.11% <0.00%> (+1.49%) ⬆️
...gs/voidps/engine/entity/character/npc/NPCSpawns.kt 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

@@             Coverage Diff              @@
##               main     #849      +/-   ##
============================================
- Coverage     37.13%   37.12%   -0.01%     
- Complexity     7245     7251       +6     
============================================
  Files          1494     1494              
  Lines         58938    58957      +19     
  Branches      14862    14862              
============================================
+ Hits          21884    21889       +5     
- Misses        32104    32122      +18     
+ Partials       4950     4946       -4     
Components Coverage Δ
Content 34.32% <0.00%> (+0.01%) ⬆️
Engine 42.81% <0.00%> (-0.08%) ⬇️
Network 60.93% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.