Closed hersle closed 7 months ago
Nice! Could you add a new test for this to the bottom of https://github.com/jump-dev/MutableArithmetics.jl/blob/master/test/interface.jl?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.95%. Comparing base (
5e901e1
) to head (d2c8341
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I added a test 😃
The formatter is very particular :smile: but it does help unify the code across all of jump-dev
.
That's alright :smile:
The current operation promotion falls back to
0 / 1
for/
, butdiv(0, 0)
fordiv
, giving theDivideError
in #240. This fixes that.