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

Wrap Arb pointer functions into julia functions #1921

Merged
merged 5 commits into from
Oct 25, 2024

fix

36ef525
Select commit
Loading
Failed to load commit list.
Merged

Wrap Arb pointer functions into julia functions #1921

fix
36ef525
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 25, 2024 in 0s

87.42% (-0.03%) compared to ac21de0

View this Pull Request on Codecov

87.42% (-0.03%) compared to ac21de0

Details

Codecov Report

Attention: Patch coverage is 69.23077% with 24 lines in your changes missing coverage. Please review.

Project coverage is 87.42%. Comparing base (ac21de0) to head (36ef525).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/arb/Complex.jl 54.54% 10 Missing ⚠️
src/arb/acb.jl 54.54% 10 Missing ⚠️
src/arb/ArbTypes.jl 25.00% 3 Missing ⚠️
src/arb/acb_poly.jl 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1921      +/-   ##
==========================================
- Coverage   87.44%   87.42%   -0.03%     
==========================================
  Files          97       97              
  Lines       35555    35626      +71     
==========================================
+ Hits        31092    31146      +54     
- Misses       4463     4480      +17     

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