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

Added TotalGenericBattleValue Tag to MUL Export #6122

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

IllianiCBT
Copy link
Collaborator

@IllianiCBT IllianiCBT commented Oct 19, 2024

Refactored the saveTo method in EntityListFile to include an optional generic battle value parameter.

This information will be hidden in MUL export as GBV is not meant to be user-facing. We include it here as a debugging tool.

This is the MM portion of MegaMek/mekhq#5070

Refactored the `saveTo` method in `EntityListFile` to include an optional generic battle value parameter. Added calculation and integration of generic battle value in `BriefingTab` when saving entity lists to files.

This is hidden in MUL export as GBV is not meant to be user-facing. We include it here as a debugging tool.
Revised Javadoc annotations to modern standard code formatting, replacing deprecated @link with @code. This ensures consistency and clarity in our documentation, enhancing maintainability.
Copy link

codecov bot commented Oct 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.07%. Comparing base (967cee2) to head (cc3d58e).
Report is 22 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6122   +/-   ##
=========================================
  Coverage     29.07%   29.07%           
+ Complexity    13971    13970    -1     
=========================================
  Files          2601     2601           
  Lines        267448   267443    -5     
  Branches      47758    47759    +1     
=========================================
- Hits          77765    77764    -1     
+ Misses       185788   185783    -5     
- Partials       3895     3896    +1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant