JuliaGraphs / LightGraphsFlows.jl

Flow algorithms on LightGraphs
Other
36 stars 11 forks source link

fix deprecs, specify version #14

Closed matbesancon closed 6 years ago

matbesancon commented 6 years ago

versions specified in REQUIRE and test/REQUIRE

codecov[bot] commented 6 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #14   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         419    419           
=====================================
  Hits          419    419
Impacted Files Coverage Δ
src/mincost.jl 100% <ø> (ø) :arrow_up:
src/push_relabel.jl 100% <100%> (ø) :arrow_up:
src/edmonds_karp.jl 100% <100%> (ø) :arrow_up:
src/dinic.jl 100% <100%> (ø) :arrow_up:

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 5755f55...758c385. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 758c385ca2d2131fa13363524107507b965c225f on fix-deprec into 5755f55bfeac1d051120e88cbf7bc18b2d77ea4e on master.