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

Improve Code Standards #147

Merged
merged 4 commits into from
May 26, 2024

Resolve ambiguity

9984298
Select commit
Loading
Failed to load commit list.
Merged

Improve Code Standards #147

Resolve ambiguity
9984298
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 26, 2024 in 1s

90.60% (+0.02%) compared to 26b0ec5

View this Pull Request on Codecov

90.60% (+0.02%) compared to 26b0ec5

Details

Codecov Report

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

Project coverage is 90.60%. Comparing base (26b0ec5) to head (9984298).

Files Patch % Lines
ext/SimpleNonlinearSolveReverseDiffExt.jl 44.44% 10 Missing ⚠️
ext/SimpleNonlinearSolveTrackerExt.jl 64.28% 5 Missing ⚠️
src/bracketing/falsi.jl 60.00% 2 Missing ⚠️
src/bracketing/ridder.jl 66.66% 2 Missing ⚠️
src/bracketing/alefeld.jl 87.50% 1 Missing ⚠️
src/bracketing/bisection.jl 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #147      +/-   ##
==========================================
+ Coverage   90.58%   90.60%   +0.02%     
==========================================
  Files          23       23              
  Lines        1296     1299       +3     
==========================================
+ Hits         1174     1177       +3     
  Misses        122      122              

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