JuliaSmoothOptimizers / SolverBenchmark.jl

Benchmark tools for solvers
Other
23 stars 10 forks source link

Fix bug counters #124

Closed geoffroyleconte closed 2 years ago

geoffroyleconte commented 2 years ago

Fix https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/issues/123

codecov[bot] commented 2 years ago

Codecov Report

Merging #124 (aeeca0a) into main (a990b86) will increase coverage by 0.79%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
+ Coverage   77.27%   78.06%   +0.79%     
==========================================
  Files          12       12              
  Lines         308      310       +2     
==========================================
+ Hits          238      242       +4     
+ Misses         70       68       -2     
Impacted Files Coverage Δ
src/run_solver.jl 92.50% <100.00%> (+5.65%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

geoffroyleconte commented 2 years ago

@tmigot I'm not sure that it will fix your issue but it fixes mine.