lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

CompatHelper: bump compat for JuMP to 1, (keep existing compat) #192

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the JuMP package from 0.22, 0.23 to 0.22, 0.23, 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 #192 (228e384) into master (ecf084c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   85.30%   85.30%           
=======================================
  Files          16       16           
  Lines        3158     3158           
=======================================
  Hits         2694     2694           
  Misses        464      464           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more