Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use ccalls where wrappers already exist (fmpz edition) #1913

Merged
merged 19 commits into from
Oct 25, 2024

Merge branch 'master' into lg/less-ccalls-fmpz

b152b34
Select commit
Loading
Failed to load commit list.
Merged

Don't use ccalls where wrappers already exist (fmpz edition) #1913

Merge branch 'master' into lg/less-ccalls-fmpz
b152b34
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2024 in 0s

87.39% (+0.17%) compared to 2a54dbe

View this Pull Request on Codecov

87.39% (+0.17%) compared to 2a54dbe

Details

Codecov Report

Attention: Patch coverage is 96.61017% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.39%. Comparing base (2a54dbe) to head (b152b34).

Files with missing lines Patch % Lines
src/flint/fmpz.jl 96.87% 1 Missing ⚠️
src/flint/fmpz_mat.jl 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1913      +/-   ##
==========================================
+ Coverage   87.22%   87.39%   +0.17%     
==========================================
  Files          97       97              
  Lines       35556    35539      -17     
==========================================
+ Hits        31014    31061      +47     
+ Misses       4542     4478      -64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.