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

lib cov #237

Closed ArnoStrouwen closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #237 (91f4187) into main (2e76cc8) will decrease coverage by 4.38%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
- Coverage   65.97%   61.59%   -4.39%     
==========================================
  Files           9       11       +2     
  Lines         629      690      +61     
==========================================
+ Hits          415      425      +10     
- Misses        214      265      +51     
Impacted Files Coverage Δ
src/LinearSolve.jl 0.00% <0.00%> (-75.00%) :arrow_down:
src/default.jl 36.36% <0.00%> (-13.64%) :arrow_down:
src/common.jl 80.00% <0.00%> (-9.10%) :arrow_down:
src/factorization.jl 74.27% <0.00%> (-4.37%) :arrow_down:
lib/LinearSolveCUDA/src/LinearSolveCUDA.jl 0.00% <0.00%> (ø)
lib/LinearSolvePardiso/src/LinearSolvePardiso.jl 75.00% <0.00%> (ø)

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