JuliaMath / FixedPointNumbers.jl

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

Add workaround for julia-invalidations #287

Closed kimikage closed 2 months ago

kimikage commented 2 months ago

This is very ugly, but it is better than not being able to use the check.

xref: https://github.com/julia-actions/julia-invalidations/issues/17

Another possible method is to use git, but directly overwriting ”Project.toml” is simpler and somewhat more reliable.

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 (6457345) to head (e8b15e7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #287 +/- ## ======================================= 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.

kimikage commented 2 months ago

BTW, the output does not seem very practical. We may need a few more practical test scripts that could happen in the downstream packages.