JuliaSmoothOptimizers / SolverTools.jl

Tools for developing nonlinear optimization solvers.
Other
26 stars 19 forks source link

add link to dev docs #177

Closed tmigot closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #177 (a70d6e7) into main (efeabaf) will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #177      +/-   ##
==========================================
+ Coverage   96.64%   96.70%   +0.05%     
==========================================
  Files           8        8              
  Lines         179      182       +3     
==========================================
+ Hits          173      176       +3     
  Misses          6        6              
Impacted Files Coverage Δ
src/auxiliary/bounds.jl 97.50% <0.00%> (+0.06%) :arrow_up:
src/linesearch/armijo_wolfe.jl 87.09% <0.00%> (+0.88%) :arrow_up:

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 efeabaf...a70d6e7. Read the comment docs.

github-actions[bot] commented 2 years ago
Package name latest stable
JSOSolvers.jl
Percival.jl
tmigot commented 2 years ago

Percival.jl fails the breakage test because the compatibility PR bumping SolverTools to 0.7 hasn't been merged

abelsiqueira commented 2 years ago

Thank you!