Closed Nic-Chr closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
63d6821
) 97.41% compared to head (106aaa6
) 97.40%. Report is 1 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hello, I have updated
extract_fin_year()
to apply the "YYYY/YY" format consistently. The calculations are now done using integer arithmetic and so should be faster and more memory efficient.I've also added additional tests.