Nemocas / Nemo.jl

Julia bindings for various mathematical libraries (including flint2)
http://nemocas.github.io/Nemo.jl/
Other
176 stars 57 forks source link

Conform Nemo to new FLINT random struct #1750

Closed albinahlback closed 1 month ago

albinahlback commented 1 month ago

Due to https://github.com/flintlib/flint/pull/1964:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 40.74074% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 84.80%. Comparing base (69f5c85) to head (63fa792).

Files Patch % Lines
src/flint/FlintTypes.jl 31.25% 11 Missing :warning:
src/Nemo.jl 44.44% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1750 +/- ## ========================================== - Coverage 84.82% 84.80% -0.03% ========================================== Files 95 95 Lines 36957 36968 +11 ========================================== Hits 31350 31350 - Misses 5607 5618 +11 ```

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

thofma commented 1 month ago

Seems to not break anything for flint 3.1. No clue if this works for flint#master, since it is not tested.