Closed IllianiCBT closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 10.30%. Comparing base (
2ef3222
) to head (259ff5a
). Report is 54 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Replaced stream-based award filtering and sorting with explicit loops for clearer logic. Adjusted image scaling to maintain aspect ratios using
getScaledInstance
instead ofImageHelpers
. This change enhances code readability and ensures consistent image scaling.Closes #4748