Open JHertz5 opened 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.31%. Comparing base (
baf22da
) to head (491c20c
). Report is 71 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves #1291. The fix is essentially
but I've made some additional changes to reduce code duplication (which I suspect is how the bug was introduced in the first place - there were three spots with identical code, and, when some change was made, only two spots were updated).