ds4dm / Tulip.jl

Interior-point solver in pure Julia
Other
154 stars 20 forks source link

CompatHelper: bump compat for MathOptInterface to 0.10, (keep existing compat) #103

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the MathOptInterface package from 0.9.5 to 0.9.5, 0.10. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov-commenter commented 3 years ago

Codecov Report

Merging #103 (7976b5e) into master (0248d36) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
- Coverage   90.60%   90.55%   -0.06%     
==========================================
  Files          43       43              
  Lines        2587     2688     +101     
==========================================
+ Hits         2344     2434      +90     
- Misses        243      254      +11     
Impacted Files Coverage Δ
src/LinearAlgebra/LinearAlgebra.jl 14.28% <0.00%> (-2.39%) :arrow_down:
src/Interfaces/MOI/MOI_wrapper.jl 79.66% <0.00%> (-1.38%) :arrow_down:
src/IPM/MPC/step.jl 95.39% <0.00%> (-1.25%) :arrow_down:
src/problemData.jl 91.81% <0.00%> (-0.74%) :arrow_down:
src/IPM/HSD/HSD.jl 87.50% <0.00%> (-0.69%) :arrow_down:
src/IPM/MPC/MPC.jl 89.47% <0.00%> (-0.60%) :arrow_down:
src/IPM/HSD/step.jl 95.45% <0.00%> (-0.52%) :arrow_down:
src/KKT/Cholmod/sqd.jl 100.00% <0.00%> (ø)
src/Presolve/fixed_variable.jl 100.00% <0.00%> (ø)
src/Presolve/free_column_singleton.jl 98.64% <0.00%> (+0.09%) :arrow_up:
... and 11 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 0248d36...7976b5e. Read the comment docs.

mtanneau commented 2 years ago

Closing because this has been bumped in another PR