Closed cromoteca closed 2 weeks ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.67%. Comparing base (
83a01b4
) to head (d5c9287
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Assigning year, month, and day, in this order, is problematic when the chosen month has less days than the current day of month.
So, for example, on Oct. 31st 2024, choosing Sept. 15th 2024 leads to 2024 -> Sept. 31 -> Oct. 1 -> Oct. 15.
Passing the 3 parameters at once avoids this problem.
Fixes #2887