JuliaSmoothOptimizers / OptimizationProblems.jl

Optimization Problems for Julia
Other
88 stars 48 forks source link

up `generate_meta` to get the file directly #178

Closed tmigot closed 2 years ago

tmigot commented 2 years ago

Before that it was just returning a string with "\n" everywhere...

codecov[bot] commented 2 years ago

Codecov Report

Merging #178 (4329d0c) into main (594dad3) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
- Coverage   99.88%   99.88%   -0.01%     
==========================================
  Files         718      718              
  Lines        6281     6244      -37     
==========================================
- Hits         6274     6237      -37     
  Misses          7        7              
Impacted Files Coverage Δ
src/PureJuMP/hs70.jl 100.00% <0.00%> (ø)
src/PureJuMP/hs86.jl 100.00% <0.00%> (ø)
src/PureJuMP/hs117.jl 100.00% <0.00%> (ø)
src/PureJuMP/hs118.jl 100.00% <0.00%> (ø)
src/PureJuMP/hs119.jl 100.00% <0.00%> (ø)
src/PureJuMP/lincon.jl 100.00% <0.00%> (ø)
src/PureJuMP/polygon.jl 100.00% <0.00%> (ø)
src/PureJuMP/sbrybnd.jl 100.00% <0.00%> (ø)
src/PureJuMP/scosine.jl 100.00% <0.00%> (ø)
src/PureJuMP/palmer5c.jl 100.00% <0.00%> (ø)
... and 12 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 594dad3...4329d0c. Read the comment docs.