chkwon / PyHygese

A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)
MIT License
82 stars 11 forks source link

service_time -> service_times #7

Closed chkwon closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (4b956d6) into master (3395b1b) will increase coverage by 9.13%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   88.59%   97.72%   +9.13%     
==========================================
  Files           4        4              
  Lines         149      176      +27     
==========================================
+ Hits          132      172      +40     
+ Misses         17        4      -13     
Impacted Files Coverage Δ
hygese/hygese.py 96.66% <100.00%> (+10.83%) :arrow_up:
hygese/tests/test_cvrp.py 100.00% <100.00%> (ø)

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 3395b1b...4b956d6. Read the comment docs.