Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix exceptions from v0.11 logs #358

Merged
merged 8 commits into from
Jul 20, 2024

fix(fight): Catch exception on AddItems drop action

9f17f97
Select commit
Loading
Failed to load commit list.
Merged

fix exceptions from v0.11 logs #358

fix(fight): Catch exception on AddItems drop action
9f17f97
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 20, 2024 in 1s

96.35% (-0.02%) compared to 02fefd7

View this Pull Request on Codecov

96.35% (-0.02%) compared to 02fefd7

Details

Codecov Report

Attention: Patch coverage is 90.27778% with 7 lines in your changes missing coverage. Please review.

Project coverage is 96.35%. Comparing base (02fefd7) to head (9f17f97).
Report is 1 commits behind head on master.

Files Patch % Lines
...mu/game/handler/AbstractFightingPacketHandler.java 25.00% 3 Missing ⚠️
...mu/game/handler/fight/ChangeFighterStartPlace.java 71.42% 1 Missing and 1 partial ⚠️
...aknemu/network/game/GameExceptionConfigurator.java 86.66% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #358      +/-   ##
============================================
- Coverage     96.37%   96.35%   -0.02%     
- Complexity     9338     9355      +17     
============================================
  Files          1428     1428              
  Lines         23889    23927      +38     
  Branches       1557     1568      +11     
============================================
+ Hits          23023    23056      +33     
- Misses          654      658       +4     
- Partials        212      213       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.