Closed github-actions[bot] closed 2 years ago
Merging #133 (d5a1e3a) into master (ac81eda) will decrease coverage by
5.83%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #133 +/- ##
==========================================
- Coverage 91.27% 85.43% -5.84%
==========================================
Files 37 37
Lines 4010 4058 +48
==========================================
- Hits 3660 3467 -193
- Misses 350 591 +241
Impacted Files | Coverage Δ | |
---|---|---|
src/core/objective.jl | 80.00% <0.00%> (-20.00%) |
:arrow_down: |
src/prob/wf.jl | 79.74% <0.00%> (-15.19%) |
:arrow_down: |
src/core/tank.jl | 80.48% <0.00%> (-14.52%) |
:arrow_down: |
src/core/reservoir.jl | 78.57% <0.00%> (-14.03%) |
:arrow_down: |
src/core/demand.jl | 80.00% <0.00%> (-12.31%) |
:arrow_down: |
src/core/function.jl | 87.87% <0.00%> (-12.13%) |
:arrow_down: |
src/util/variable_index.jl | 88.33% <0.00%> (-11.67%) |
:arrow_down: |
src/core/valve.jl | 82.35% <0.00%> (-11.40%) |
:arrow_down: |
src/core/regulator.jl | 89.65% <0.00%> (-10.35%) |
:arrow_down: |
src/core/short_pipe.jl | 90.90% <0.00%> (-9.10%) |
:arrow_down: |
... and 18 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 ac81eda...d5a1e3a. Read the comment docs.
This pull request changes the compat entry for the
MathOptInterface
package from~0.9
to~0.9, 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.