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

Remove qt5-default from Documentation Build #299

Closed pulsipher closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #299 (8db821f) into master (5989fed) will decrease coverage by 55.04%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #299       +/-   ##
===========================================
- Coverage   99.77%   44.73%   -55.05%     
===========================================
  Files          33       33               
  Lines        7084     6955      -129     
===========================================
- Hits         7068     3111     -3957     
- Misses         16     3844     +3828     
Impacted Files Coverage Δ
src/results.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/measures.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/objective.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/measure_expansions.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/TranscriptionOpt/measures.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/TranscriptionOpt/optimize.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/MeasureToolbox/support_sums.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/TranscriptionOpt/transcribe.jl 0.00% <0.00%> (-99.74%) :arrow_down:
src/MeasureToolbox/integrals.jl 0.46% <0.00%> (-99.54%) :arrow_down:
src/nlp.jl 0.78% <0.00%> (-98.65%) :arrow_down:
... 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.

pulsipher commented 1 year ago

This fixes the documentation build problem. The other failed tests are fixed by #298.