SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
221 stars 39 forks source link

Propagate stats from MINPACK #327

Closed avik-pal closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (4602f34) 89.16% compared to head (1530326) 89.17%.

Files Patch % Lines
ext/NonlinearSolveNLsolveExt.jl 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #327 +/- ## ======================================= Coverage 89.16% 89.17% ======================================= Files 24 24 Lines 1957 1958 +1 ======================================= + Hits 1745 1746 +1 Misses 212 212 ```

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