Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
135 stars 13 forks source link

test v1.5 instead of v1.4 #179

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

New version of Julia is out! So let's run the test on v1.5 and LTS instead of v1.4 and LTS.

codecov[bot] commented 3 years ago

Codecov Report

Merging #179 into master will decrease coverage by 0.28%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
- Coverage   98.79%   98.50%   -0.29%     
==========================================
  Files          34       34              
  Lines        2731     2943     +212     
==========================================
+ Hits         2698     2899     +201     
- Misses         33       44      +11     
Flag Coverage Δ
#unittests 98.50% <ø> (-0.29%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/type_inits.jl 92.30% <0.00%> (-7.70%) :arrow_down:
src/MOI_wrapper/MOI_wrapper.jl 91.89% <0.00%> (-5.26%) :arrow_down:
src/constraints/less_than.jl 97.01% <0.00%> (-2.99%) :arrow_down:
src/printing.jl 97.72% <0.00%> (-2.28%) :arrow_down:
src/TableLogger.jl 96.93% <0.00%> (-1.99%) :arrow_down:
src/linearcombination.jl 96.29% <0.00%> (-1.75%) :arrow_down:
src/Variable.jl 96.87% <0.00%> (-0.96%) :arrow_down:
src/constraints/eq_sum.jl 95.81% <0.00%> (-0.51%) :arrow_down:
src/constraints/table.jl 99.22% <0.00%> (-0.36%) :arrow_down:
src/logs.jl 100.00% <0.00%> (ø)
... and 11 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 bd330d2...dcf89fd. Read the comment docs.