Skip to content

Fix tests

06bee73
Select commit
Loading
Failed to load commit list.
Merged

Add control walking #968

Fix tests
06bee73
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 1, 2026 in 1s

37.71% (+0.00%) compared to 76b7682

View this Pull Request on Codecov

37.71% (+0.00%) compared to 76b7682

Details

Codecov Report

❌ Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 37.71%. Comparing base (76b7682) to head (06bee73).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
game/src/main/kotlin/content/entity/Movement.kt 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
...lin/content/quest/member/plague_city/PlagueCity.kt 4.57% <100.00%> (+0.86%) ⬆️
...ld/gregs/voidps/network/client/instruction/Walk.kt 100.00% <100.00%> (ø)
...ps/network/login/protocol/decode/WalkMapDecoder.kt 100.00% <100.00%> (ø)
...etwork/login/protocol/decode/WalkMiniMapDecoder.kt 100.00% <100.00%> (ø)
game/src/main/kotlin/content/entity/Movement.kt 70.37% <0.00%> (-1.86%) ⬇️

... and 3 files with indirect coverage changes

@@            Coverage Diff            @@
##               main     #968   +/-   ##
=========================================
  Coverage     37.71%   37.71%           
+ Complexity     8163     8159    -4     
=========================================
  Files          1678     1678           
  Lines         67398    67394    -4     
  Branches      16839    16837    -2     
=========================================
+ Hits          25419    25421    +2     
+ Misses        36281    36276    -5     
+ Partials       5698     5697    -1     
Components Coverage Δ
Content 35.74% <80.00%> (+0.01%) ⬆️
Engine 45.38% <ø> (-0.01%) ⬇️
Network 60.18% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.