SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
248 stars 53 forks source link

strict links #274

Closed ArnoStrouwen closed 1 year ago

ArnoStrouwen commented 1 year ago

Without linkcheck=true the strict doc build will never fail.

codecov[bot] commented 1 year ago

Codecov Report

Merging #274 (6eb869c) into main (f218598) will increase coverage by 1.63%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #274      +/-   ##
==========================================
+ Coverage   69.46%   71.09%   +1.63%     
==========================================
  Files          14       14              
  Lines         858      858              
==========================================
+ Hits          596      610      +14     
+ Misses        262      248      -14     
Impacted Files Coverage Δ
src/factorization.jl 83.54% <0.00%> (+1.29%) :arrow_up:
src/default.jl 54.21% <0.00%> (+4.81%) :arrow_up:
src/LinearSolve.jl 96.55% <0.00%> (+6.89%) :arrow_up:
src/common.jl 89.83% <0.00%> (+8.47%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more