JuliaMath / FixedPointNumbers.jl

fixed point types for julia
Other
79 stars 34 forks source link

Avoid multiple `include`s of "test/common.jl." #286

Closed kimikage closed 2 months ago

kimikage commented 2 months ago

I was aware of this problem from the beginning, but it was not important at the time. I fix this as the recent julia shows warnings.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 97.05%. Comparing base (c010ff7) to head (dfb4344).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #286 +/- ## ======================================= Coverage 97.05% 97.05% ======================================= Files 7 7 Lines 782 782 ======================================= Hits 759 759 Misses 23 23 ```

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