MegaMek / mekhq

MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
http://megamek.org
131 stars 168 forks source link

Restored Award Unmarshalling Method Call #4914

Closed IllianiCBT closed 4 days ago

IllianiCBT commented 4 days ago

Restored functionality to process awards from XML in personnel logs. Removed ancient, <0.47.15, compatibility handler from generateNewFromXML method.

Closes #4852

codecov-commenter commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 10.45%. Comparing base (2b9ba00) to head (8f7a5b4). Report is 30 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4914 +/- ## ========================================= Coverage 10.45% 10.45% - Complexity 6006 6009 +3 ========================================= Files 952 952 Lines 132755 132757 +2 Branches 19308 19306 -2 ========================================= + Hits 13882 13886 +4 + Misses 117527 117525 -2 Partials 1346 1346 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.