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

Fix Base.precision on Julia v1.11 #185

Merged
merged 1 commit into from
Feb 3, 2024

use `Base._precision_with_base_2` instead of `Base._precision` if def…

2b0e173
Select commit
Loading
Failed to load commit list.
Merged

Fix Base.precision on Julia v1.11 #185

use `Base._precision_with_base_2` instead of `Base._precision` if def…
2b0e173
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 3, 2024 in 0s

50.02% (-0.15%) compared to ac1ef07

View this Pull Request on Codecov

50.02% (-0.15%) compared to ac1ef07

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ac1ef07) 50.16% compared to head (2b0e173) 50.02%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #185      +/-   ##
==========================================
- Coverage   50.16%   50.02%   -0.15%     
==========================================
  Files          63       63              
  Lines        3546     3546              
==========================================
- Hits         1779     1774       -5     
- Misses       1767     1772       +5     

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