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
226 stars 40 forks source link

add spellcheck CI #295

Closed ArnoStrouwen closed 9 months ago

ArnoStrouwen commented 9 months ago

I left one mistake unfixed to see if it detects it.

ArnoStrouwen commented 9 months ago

Seems to work nicely with low false positives.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8e8dad8) 93.07% compared to head (69b2f43) 93.07%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #295 +/- ## ======================================= Coverage 93.07% 93.07% ======================================= Files 21 21 Lines 2065 2065 ======================================= Hits 1922 1922 Misses 143 143 ```

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

ChrisRackauckas commented 9 months ago

Wow, that's amazing. I assume you'll get that everywhere? That's going to help a ton, I am terrible at spelling.

ArnoStrouwen commented 9 months ago

Yes it is going everywhere this weekend.