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

Fix check checking on previous Julia versions #332

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Fixes https://github.com/SciML/LinearSolve.jl/issues/330

codecov[bot] commented 1 year ago

Codecov Report

Merging #332 (766b09f) into main (74edf0b) will increase coverage by 2.83%. The diff coverage is 84.41%.

@@            Coverage Diff             @@
##             main     #332      +/-   ##
==========================================
+ Coverage   67.95%   70.78%   +2.83%     
==========================================
  Files          17       17              
  Lines        1220     1263      +43     
==========================================
+ Hits          829      894      +65     
+ Misses        391      369      -22     
Impacted Files Coverage Δ
src/factorization.jl 76.87% <83.09%> (+7.97%) :arrow_up:
src/LinearSolve.jl 86.04% <100.00%> (-6.82%) :arrow_down:

... and 10 files with indirect coverage changes

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