JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Scale rhs #158

Closed geoffroyleconte closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #158 (422caee) into main (26e8023) will increase coverage by 0.27%. The diff coverage is 100.00%.

:exclamation: Current head 422caee differs from pull request most recent head 7ba54e3. Consider uploading reports for the commit 7ba54e3 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
+ Coverage   86.76%   87.04%   +0.27%     
==========================================
  Files          35       35              
  Lines        2373     2423      +50     
==========================================
+ Hits         2059     2109      +50     
  Misses        314      314              
Impacted Files Coverage Δ
src/iterations/solvers/Newton/K3Krylov.jl 93.58% <100.00%> (+0.16%) :arrow_up:
src/iterations/solvers/Newton/K3SKrylov.jl 95.08% <100.00%> (+0.16%) :arrow_up:
src/iterations/solvers/Newton/K3SStructured.jl 91.48% <100.00%> (+0.68%) :arrow_up:
src/iterations/solvers/Newton/K3_5Krylov.jl 95.08% <100.00%> (+0.16%) :arrow_up:
src/iterations/solvers/Newton/K3_5Structured.jl 91.39% <100.00%> (+0.70%) :arrow_up:
src/iterations/solvers/augmented/K2Krylov.jl 96.07% <100.00%> (+0.16%) :arrow_up:
src/iterations/solvers/augmented/K2Structured.jl 90.38% <100.00%> (+1.49%) :arrow_up:
src/iterations/solvers/augmented/K2_5Krylov.jl 95.65% <100.00%> (+0.12%) :arrow_up:
src/iterations/solvers/augmented/K2_5Structured.jl 96.55% <100.00%> (+0.55%) :arrow_up:
src/iterations/solvers/normal/K1Krylov.jl 96.42% <100.00%> (+0.13%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26e8023...7ba54e3. Read the comment docs.