jump-dev / ECOS.jl

A Julia interface to the ECOS conic optimization solver
https://github.com/embotech/ecos
Other
41 stars 17 forks source link

update for MOI 0.7 #82

Closed mlubin closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #82 into master will decrease coverage by 1.79%. The diff coverage is 45.94%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #82     +/-   ##
=========================================
- Coverage   92.09%   90.29%   -1.8%     
=========================================
  Files           4        4             
  Lines         430      443     +13     
=========================================
+ Hits          396      400      +4     
- Misses         34       43      +9
Impacted Files Coverage Δ
src/ECOS.jl 92.85% <ø> (ø) :arrow_up:
src/MPB_wrapper.jl 94.36% <ø> (ø)
src/MOI_wrapper.jl 85.57% <45.94%> (ø)

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 032ad78...fd193aa. Read the comment docs.

blegat commented 5 years ago

We also need to update copy_to to use automatic_copy_to, it gives a better error message when names are given