jump-dev / MutableArithmetics.jl

Interface for arithmetics on mutable types in Julia
Mozilla Public License 2.0
49 stars 8 forks source link

Fix test for nightly #258

Closed odow closed 7 months ago

odow commented 7 months ago

The wording of this error was set by Base, not by us.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (85f5ff2) 90.91% compared to head (df1730f) 90.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #258 +/- ## ========================================== - Coverage 90.91% 90.86% -0.05% ========================================== Files 23 23 Lines 2157 2157 ========================================== - Hits 1961 1960 -1 - Misses 196 197 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

odow commented 7 months ago

Now the failure is #260