infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Fix Test Coverage for NLP Change in JuMP #298

Closed pulsipher closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #298 (5143d53) into master (9060768) will increase coverage by 54.98%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #298       +/-   ##
===========================================
+ Coverage   44.73%   99.71%   +54.98%     
===========================================
  Files          33       33               
  Lines        6955     7088      +133     
===========================================
+ Hits         3111     7068     +3957     
+ Misses       3844       20     -3824     
Impacted Files Coverage Δ
src/datatypes.jl 100.00% <0.00%> (ø)
src/infinite_domains.jl 100.00% <0.00%> (+1.29%) :arrow_up:
src/point_variables.jl 99.52% <0.00%> (+2.87%) :arrow_up:
src/semi_infinite_variables.jl 99.54% <0.00%> (+5.85%) :arrow_up:
src/array_parameters.jl 99.79% <0.00%> (+6.84%) :arrow_up:
src/infinite_variables.jl 99.53% <0.00%> (+7.94%) :arrow_up:
src/variable_basics.jl 100.00% <0.00%> (+12.92%) :arrow_up:
src/macros.jl 100.00% <0.00%> (+15.48%) :arrow_up:
src/scalar_parameters.jl 99.64% <0.00%> (+20.63%) :arrow_up:
src/optimize.jl 100.00% <0.00%> (+44.61%) :arrow_up:
... and 17 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.