lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver
https://lanl-ansi.github.io/Juniper.jl/stable/
MIT License
179 stars 22 forks source link

CompatHelper: bump compat for MathOptInterface to 1, (keep existing compat) #231

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the MathOptInterface package from ^0.10 to ^0.10, 1. 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[bot] commented 2 years ago

Codecov Report

Merging #231 (6ca5872) into master (ec81a10) will decrease coverage by 2.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
- Coverage   91.68%   89.44%   -2.25%     
==========================================
  Files          20       20              
  Lines        1961     1478     -483     
==========================================
- Hits         1798     1322     -476     
+ Misses        163      156       -7     
Impacted Files Coverage Δ
src/solver.jl 68.18% <0.00%> (-11.34%) :arrow_down:
src/MOI_wrapper/MOI_wrapper.jl 79.22% <0.00%> (-5.52%) :arrow_down:
src/util.jl 68.93% <0.00%> (-4.69%) :arrow_down:
src/BnBTree.jl 90.47% <0.00%> (-3.49%) :arrow_down:
src/filter.jl 96.87% <0.00%> (-3.13%) :arrow_down:
src/table_log.jl 92.70% <0.00%> (-2.57%) :arrow_down:
src/printing.jl 75.75% <0.00%> (-2.30%) :arrow_down:
src/bb_inits_and_defaults.jl 97.84% <0.00%> (-2.16%) :arrow_down:
src/bb_strategies.jl 97.20% <0.00%> (-1.92%) :arrow_down:
src/debug.jl 98.66% <0.00%> (-1.34%) :arrow_down:
... and 9 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 ec81a10...6ca5872. Read the comment docs.