-
Notifications
You must be signed in to change notification settings - Fork 184
Fix #305: Added Medical Log, Assignment Log, Performance Report #6624
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
Conversation
- Introduced `MedicalLogEntry` management with methods for logging medical events in `MedicalLogger`. - Modified `CampaignOptions` to include a setting to expand the medical log by default.
…or consistent code structure and readability. - Added Performance Report, and Assignment Log log types
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6624 +/- ##
============================================
+ Coverage 11.39% 11.41% +0.01%
- Complexity 6471 6475 +4
============================================
Files 1093 1093
Lines 140333 140531 +198
Branches 21710 21792 +82
============================================
+ Hits 15996 16037 +41
- Misses 122732 122855 +123
- Partials 1605 1639 +34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the copyright years. If they are inners moved to outers, ensure the start year matches that start of the file/existing year. If new files, start with 2025.
# Conflicts: # MekHQ/src/mekhq/campaign/CampaignOptions.java
…ceLogEntry` files to 2025.
# Conflicts: # MekHQ/src/mekhq/campaign/personnel/Person.java
getLogPanel
for consistent code structure and readability.Fix #305
Before
After